Teach the kernel to recognize that it is executing inside a bhyve virtual

machine.

Obtained from:	NetApp
This commit is contained in:
Neel Natu 2013-01-05 19:18:50 +00:00
parent a61359a9a6
commit a09580e7a3

View File

@ -160,6 +160,7 @@ static const char *const vm_bnames[] = {
"Plex86", /* Plex86 */
"Bochs", /* Bochs */
"Xen", /* Xen */
"BHYVE", /* bhyve */
NULL
};