Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2012 23:09:25 +0000
From:      syuu@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r238305 - soc2012/syuu/bhyve-bios/sys/amd64/include
Message-ID:  <20120625230925.2EB4E106566C@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: syuu
Date: Mon Jun 25 23:09:24 2012
New Revision: 238305
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238305

Log:
  add VMCALL handler

Modified:
  soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h

Modified: soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h
==============================================================================
--- soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h	Mon Jun 25 23:08:35 2012	(r238304)
+++ soc2012/syuu/bhyve-bios/sys/amd64/include/vmm.h	Mon Jun 25 23:09:24 2012	(r238305)
@@ -228,6 +228,7 @@
 	VM_EXITCODE_MTRAP,
 	VM_EXITCODE_PAUSE,
 	VM_EXITCODE_PAGING,
+	VM_EXITCODE_VMCALL,
 	VM_EXITCODE_MAX
 };
 



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