From: Gleb Natapov Date: Wed, 25 Sep 2013 07:58:22 +0000 (+0300) Subject: KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined X-Git-Tag: v3.12-rc4~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd1c2949501869631b25fd62d8df5079677a101;p=pandora-kernel.git KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined Bit 12 is undefined in any of the following cases: - If the "NMI exiting" VM-execution control is 1 and the "virtual NMIs" VM-execution control is 0. - If the VM exit sets the valid bit in the IDT-vectoring information field Signed-off-by: Gleb Natapov [Add parentheses around & within && - Paolo] Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed