提交 bc750ba8 编写于 作者: A Avi Kivity

KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal

Signed-off-by: NAvi Kivity <avi@qumranet.com>
上级 1c4f1fd6
......@@ -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);
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册