From 766dd88a90e5c756a4b65a923baf47b0fd74a266 Mon Sep 17 00:00:00 2001 From: Zhang Xiantao Date: Wed, 5 Dec 2012 01:55:14 +0800 Subject: [PATCH] --- yaml --- r: 343557 b: refs/heads/master c: 0307b7b8c275e65552f6022a18ad91902ae25d42 h: refs/heads/master i: 343555: 5e2d96b285313137daf7efa1169fa8c6d6af693a v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/vmx.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index ee58287b6bbe..4869ac18a690 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78c634402a1825f1f5bef13077f0985f3b8a3212 +refs/heads/master: 0307b7b8c275e65552f6022a18ad91902ae25d42 diff --git a/trunk/arch/x86/kvm/vmx.c b/trunk/arch/x86/kvm/vmx.c index 2fd2046dc94c..d2248b3dbb61 100644 --- a/trunk/arch/x86/kvm/vmx.c +++ b/trunk/arch/x86/kvm/vmx.c @@ -4863,11 +4863,6 @@ static int handle_ept_violation(struct kvm_vcpu *vcpu) exit_qualification = vmcs_readl(EXIT_QUALIFICATION); - if (exit_qualification & (1 << 6)) { - printk(KERN_ERR "EPT: GPA exceeds GAW!\n"); - return -EINVAL; - } - gla_validity = (exit_qualification >> 7) & 0x3; if (gla_validity != 0x3 && gla_validity != 0x1 && gla_validity != 0) { printk(KERN_ERR "EPT: Handling EPT violation failed!\n");