Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 518c5a05 authored by Gui Jianfeng's avatar Gui Jianfeng Committed by Avi Kivity
Browse files

KVM: MMU: Fix debug output error in walk_addr()



Fix a debug output error in walk_addr

Signed-off-by: default avatarGui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent f3b8c964
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -229,7 +229,7 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
	walker->pt_access = pt_access;
	walker->pt_access = pt_access;
	walker->pte_access = pte_access;
	walker->pte_access = pte_access;
	pgprintk("%s: pte %llx pte_access %x pt_access %x\n",
	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;
	return 1;


not_present:
not_present: