]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a0a3338a2a6e4b43cb041d62526f6e90a52c479
treef09e56976cadce581f89ad341b2cbb43a936ccfe
parent0c47fe8ccdc3b2801b5b25bc27345caf2888786e
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