svn commit: r253250 - stable/9/sys/kern
Peter Grehan
grehan at FreeBSD.org
Fri Jul 12 05:45:10 UTC 2013
Author: grehan
Date: Fri Jul 12 05:45:09 2013
New Revision: 253250
URL: http://svnweb.freebsd.org/changeset/base/253250
Log:
MFC r245066
-------------------------------------------------------------------------
Teach the kernel to recognize that it is executing inside a bhyve virtual
machine.
-------------------------------------------------------------------------
This will help a 9.2 guest to run more effectively as a bhyve guest.
Reviewed by: neel
Approved by: re
Modified:
stable/9/sys/kern/subr_param.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/kern/subr_param.c
==============================================================================
--- stable/9/sys/kern/subr_param.c Fri Jul 12 04:22:46 2013 (r253249)
+++ stable/9/sys/kern/subr_param.c Fri Jul 12 05:45:09 2013 (r253250)
@@ -163,6 +163,7 @@ static const char *const vm_bnames[] = {
"Plex86", /* Plex86 */
"Bochs", /* Bochs */
"Xen", /* Xen */
+ "BHYVE", /* bhyve */
"Seabios", /* KVM */
NULL
};
More information about the svn-src-stable-9
mailing list