Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202378
b: refs/heads/master
c: 5fd5387
h: refs/heads/master
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed Aug 1, 2010
1 parent 7223f46 commit d761dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36a2e6774bfb5f32a0f23bb155f1f960321f291b
refs/heads/master: 5fd5387c89ec99ff6cb82d2477ffeb7211b781c2
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ static u64 *FNAME(fetch)(struct kvm_vcpu *vcpu, gva_t addr,
direct = 1;
if (!is_dirty_gpte(gw->ptes[level - delta]))
access &= ~ACC_WRITE_MASK;
access &= gw->pte_access;

/*
* It is a large guest pages backed by small host pages,
* So we set @direct(@sp->role.direct)=1, and set
Expand Down

0 comments on commit d761dc6

Please sign in to comment.