From: Nadav Har'El Date: Wed, 25 May 2011 20:10:33 +0000 (+0300) Subject: KVM: nVMX: Implement VMLAUNCH and VMRESUME X-Git-Tag: v3.1-rc1~264^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd232ad02f00286c3f8c9df30948da17212ef905;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed