Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202262
b: refs/heads/master
c: 518c5a0
h: refs/heads/master
v: v3
  • Loading branch information
Gui Jianfeng authored and Avi Kivity committed Aug 1, 2010
1 parent 970edeb commit b382f16
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: f3b8c964a9a6cfef6d3ca778648d53947b9fd257
refs/heads/master: 518c5a05e89a79e498c95c3e29f29bd236b3c972
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 @@ -229,7 +229,7 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
walker->pt_access = pt_access;
walker->pte_access = pte_access;
pgprintk("%s: pte %llx pte_access %x pt_access %x\n",
__func__, (u64)pte, pt_access, pte_access);
__func__, (u64)pte, pte_access, pt_access);
return 1;

not_present:
Expand Down

0 comments on commit b382f16

Please sign in to comment.