]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 261504:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Jun 2014 15:20:59 +0000 (15:20 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Jun 2014 15:20:59 +0000 (15:20 +0000)
commit368eeae40ee22f4752e6f3ffab50e73ee8b40740
treeeae60a05387f74ba5f6cf3252cf8783aba4ddd6b
parent60b6c3fc61fd30dc2ad61cca03bec42b791cb834
MFC 261504:
Add support for FreeBSD/i386 guests under bhyve.

git-svn-id: svn://svn.freebsd.org/base/stable/10@267399 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
16 files changed:
lib/libvmmapi/vmmapi.h
lib/libvmmapi/vmmapi_freebsd.c
sys/amd64/include/vmm.h
sys/amd64/include/vmm_instruction_emul.h
sys/amd64/vmm/intel/vmx.c
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_instruction_emul.c
sys/boot/common/load_elf32.c
sys/boot/common/load_elf32_obj.c
sys/boot/userboot/userboot/Makefile
sys/boot/userboot/userboot/biossmap.c [new file with mode: 0644]
sys/boot/userboot/userboot/bootinfo32.c
sys/boot/userboot/userboot/bootinfo64.c
sys/boot/userboot/userboot/elf32_freebsd.c
sys/boot/userboot/userboot/libuserboot.h
usr.sbin/bhyveload/bhyveload.c