Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343557
b: refs/heads/master
c: 0307b7b
h: refs/heads/master
i:
  343555: 5e2d96b
v: v3
  • Loading branch information
Zhang Xiantao authored and Gleb Natapov committed Dec 5, 2012
1 parent b3b69e3 commit 766dd88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78c634402a1825f1f5bef13077f0985f3b8a3212
refs/heads/master: 0307b7b8c275e65552f6022a18ad91902ae25d42
5 changes: 0 additions & 5 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 766dd88

Please sign in to comment.