projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4f1fd
)
KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal
author
Avi Kivity
<avi@qumranet.com>
Sun, 9 Dec 2007 16:39:41 +0000
(18:39 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 30 Jan 2008 15:53:21 +0000
(17:53 +0200)
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/mmu.c
patch
|
blob
|
history
diff --git
a/drivers/kvm/mmu.c
b/drivers/kvm/mmu.c
index a91e05b423452995f52f8c4c8a268f083c52c976..b4dd7264585361b7c55fa374ae62de30aae5be01 100644
(file)
--- a/
drivers/kvm/mmu.c
+++ b/
drivers/kvm/mmu.c
@@
-888,9
+888,9
@@
static void mmu_set_spte(struct kvm_vcpu *vcpu, u64 *shadow_pte,
int was_rmapped = is_rmap_pte(*shadow_pte);
struct page *page;
- pgprintk("%s: spte %llx
gpte %llx
access %x write_fault %d"
+ pgprintk("%s: spte %llx access %x write_fault %d"
" user_fault %d gfn %lx\n",
- __FUNCTION__, *shadow_pte,
(u64)gpte,
pt_access,
+ __FUNCTION__, *shadow_pte, pt_access,
write_fault, user_fault, gfn);
/*