From: Jan Kiszka Date: Mon, 16 Jun 2014 11:59:41 +0000 (+0200) Subject: KVM: nVMX: Allow to disable CR3 access interception X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dcdf3ec6e48d918741ea11349d4436d0c5aac93;p=pandora-kernel.git KVM: nVMX: Allow to disable CR3 access interception We already have this control enabled by exposing a broken MSR_IA32_VMX_PROCBASED_CTLS value. This will properly advertise our capability once the value is fixed by clearing the right bits in MSR_IA32_VMX_TRUE_PROCBASED_CTLS. We also have to ensure to test the right value on L2 entry. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed