socsvn commit: r238305 - soc2012/syuu/bhyve-bios/sys/amd64/include
syuu at FreeBSD.org
syuu at FreeBSD.org
Mon Jun 25 23:09:27 UTC 2012
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
};
More information about the svn-soc-all
mailing list