KVM: nVMX: Implement VMLAUNCH and VMRESUME
authorNadav Har'El <nyh@il.ibm.com>
Wed, 25 May 2011 20:10:33 +0000 (23:10 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 08:45:15 +0000 (11:45 +0300)
commitcd232ad02f00286c3f8c9df30948da17212ef905
treef09e56976cadce581f89ad341b2cbb43a936ccfe
parentfe3ef05c7572d68721c1ddd4d36009611f565ba2
KVM: nVMX: Implement VMLAUNCH and VMRESUME

Implement the VMLAUNCH and VMRESUME instructions, allowing a guest
hypervisor to run its own guests.

This patch does not include some of the necessary validity checks on
vmcs12 fields before the entry. These will appear in a separate patch
below.

Signed-off-by: Nadav Har'El <nyh@il.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/vmx.c