Teach the kernel to recognize that it is executing inside a bhyve virtual
machine. Obtained from: NetApp
This commit is contained in:
parent
a61359a9a6
commit
a09580e7a3
@ -160,6 +160,7 @@ static const char *const vm_bnames[] = {
|
||||
"Plex86", /* Plex86 */
|
||||
"Bochs", /* Bochs */
|
||||
"Xen", /* Xen */
|
||||
"BHYVE", /* bhyve */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user