]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Corral all the host state associated with the virtual machine into its own file.
authorNeel Natu <neel@FreeBSD.org>
Mon, 29 Oct 2012 01:51:24 +0000 (01:51 +0000)
committerNeel Natu <neel@FreeBSD.org>
Mon, 29 Oct 2012 01:51:24 +0000 (01:51 +0000)
commitb01c2033255e5b9ca1981311d44d6955760cd7bc
treed6816c15087fd01a1a206aebf2334002366f4d95
parent275eece835b3c1e7ae66b4b6e101a385005795fd
Corral all the host state associated with the virtual machine into its own file.

This state is independent of the type of hardware assist used so there is
really no need for it to be in Intel-specific code.

Obtained from: NetApp
sys/amd64/vmm/intel/vmcs.c
sys/amd64/vmm/intel/vmx.c
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_host.c [new file with mode: 0644]
sys/amd64/vmm/vmm_host.h [new file with mode: 0644]
sys/modules/vmm/Makefile
sys/x86/include/specialreg.h