Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202397
b: refs/heads/master
c: b0eeec2
h: refs/heads/master
i:
  202395: 7824ece
v: v3
  • Loading branch information
Avi Kivity committed Aug 2, 2010
1 parent 6147259 commit 2095881
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: 5d55f299f97769130c6cc67896414c988db309ab
refs/heads/master: b0eeec29fe7a5b114000f769bd68ffa02652bfb7
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
walker->error_code |= PFERR_WRITE_MASK;
if (user_fault)
walker->error_code |= PFERR_USER_MASK;
if (fetch_fault)
if (fetch_fault && is_nx(vcpu))
walker->error_code |= PFERR_FETCH_MASK;
if (rsvd_fault)
walker->error_code |= PFERR_RSVD_MASK;
Expand Down

0 comments on commit 2095881

Please sign in to comment.