Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45292
b: refs/heads/master
c: 760db77
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Jan 6, 2007
1 parent 60269bd commit bbd2032
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4db9c47c052b89d89f43d12879690c1b3283b887
refs/heads/master: 760db773fbd0ad2ece89393218c4a4213b5bae6a
1 change: 1 addition & 0 deletions trunk/drivers/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ static int FNAME(fix_write_pf)(struct kvm_vcpu *vcpu,
} else if (kvm_mmu_lookup_page(vcpu, gfn)) {
pgprintk("%s: found shadow page for %lx, marking ro\n",
__FUNCTION__, gfn);
*guest_ent |= PT_DIRTY_MASK;
*write_pt = 1;
return 0;
}
Expand Down

0 comments on commit bbd2032

Please sign in to comment.