From: Nadav Har'El Date: Wed, 25 May 2011 20:02:54 +0000 (+0300) Subject: KVM: nVMX: Implement VMXON and VMXOFF X-Git-Tag: v3.1-rc1~264^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec378aeef9dfc7c4ba72e9bd6cd4bd6f7d5fd0cc;p=pandora-kernel.git KVM: nVMX: Implement VMXON and VMXOFF This patch allows a guest to use the VMXON and VMXOFF instructions, and emulates them accordingly. Basically this amounts to checking some prerequisites, and then remembering whether the guest has enabled or disabled VMX operation. Signed-off-by: Nadav Har'El Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed