]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
kvm: remove unnecessary bit checking for ept violation
authorZhang Xiantao <xiantao.zhang@intel.com>
Tue, 4 Dec 2012 17:55:14 +0000 (01:55 +0800)
committerGleb Natapov <gleb@redhat.com>
Wed, 5 Dec 2012 14:35:21 +0000 (16:35 +0200)
commit0307b7b8c275e65552f6022a18ad91902ae25d42
tree9c633495b9d9926bc7f69346983dc7b790af0ee5
parent78c634402a1825f1f5bef13077f0985f3b8a3212
kvm: remove unnecessary bit checking for ept violation

Bit 6 in EPT vmexit's exit qualification is not defined in SDM, so remove it.

Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/vmx.c