Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329881
b: refs/heads/master
c: e2a610d
h: refs/heads/master
i:
  329879: 206abe4
v: v3
  • Loading branch information
Avi Kivity authored and Marcelo Tosatti committed Aug 27, 2012
1 parent 72b1c39 commit 2eda737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 495e116684cebc5ae625916aba37fc07f345707b
refs/heads/master: e2a610d7fc3e285af8061ff071761752255d95f6
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ static bool rmode_segment_valid(struct kvm_vcpu *vcpu, int seg)

if (var.base != (var.selector << 4))
return false;
if (var.limit != 0xffff)
if (var.limit < 0xffff)
return false;
if ((ar | (3 << AR_DPL_SHIFT)) != 0xf3)
return false;
Expand Down

0 comments on commit 2eda737

Please sign in to comment.