Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2013 19:18:51 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245066 - head/sys/kern
Message-ID:  <201301051918.r05JIptx030509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: neel
Date: Sat Jan  5 19:18:50 2013
New Revision: 245066
URL: http://svnweb.freebsd.org/changeset/base/245066

Log:
  Teach the kernel to recognize that it is executing inside a bhyve virtual
  machine.
  
  Obtained from:	NetApp

Modified:
  head/sys/kern/subr_param.c

Modified: head/sys/kern/subr_param.c
==============================================================================
--- head/sys/kern/subr_param.c	Sat Jan  5 18:48:23 2013	(r245065)
+++ head/sys/kern/subr_param.c	Sat Jan  5 19:18:50 2013	(r245066)
@@ -160,6 +160,7 @@ static const char *const vm_bnames[] = {
 	"Plex86",			/* Plex86 */
 	"Bochs",			/* Bochs */
 	"Xen",				/* Xen */
+	"BHYVE",			/* bhyve */
 	NULL
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301051918.r05JIptx030509>