All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: Fix debug output error
@ 2010-05-05  1:58 Gui Jianfeng
  2010-05-06  9:11 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Gui Jianfeng @ 2010-05-05  1:58 UTC (permalink / raw)
  To: Marcelo Tosatti, Avi Kivity; +Cc: kvm

Fix a debug output error in walk_addr

Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
---
 arch/x86/kvm/paging_tmpl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h
index 89d66ca..d2c5164 100644
--- a/arch/x86/kvm/paging_tmpl.h
+++ b/arch/x86/kvm/paging_tmpl.h
@@ -229,7 +229,7 @@ walk:
 	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:
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: Fix debug output error
  2010-05-05  1:58 [PATCH] KVM: Fix debug output error Gui Jianfeng
@ 2010-05-06  9:11 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-05-06  9:11 UTC (permalink / raw)
  To: Gui Jianfeng; +Cc: Marcelo Tosatti, kvm

On 05/05/2010 04:58 AM, Gui Jianfeng wrote:
> Fix a debug output error in walk_addr
>
>    

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-06  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-05  1:58 [PATCH] KVM: Fix debug output error Gui Jianfeng
2010-05-06  9:11 ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.