Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215919
b: refs/heads/master
c: 33f91ed
h: refs/heads/master
i:
  215917: 9886c32
  215915: f50b3da
  215911: a371a68
  215903: f15d970
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed Oct 24, 2010
1 parent fdfdaa5 commit 551cc68
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 20bd40dc6492da293993559555df07d467fd202e
refs/heads/master: 33f91edb9211f5c0392071f9eb01958ec69f2193
3 changes: 2 additions & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,8 @@ static int __direct_map(struct kvm_vcpu *vcpu, gpa_t v, int write,
__set_spte(iterator.sptep,
__pa(sp->spt)
| PT_PRESENT_MASK | PT_WRITABLE_MASK
| shadow_user_mask | shadow_x_mask);
| shadow_user_mask | shadow_x_mask
| shadow_accessed_mask);
}
}
return pt_write;
Expand Down

0 comments on commit 551cc68

Please sign in to comment.