kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition.
@ 2010-04-22  9:33 Gui Jianfeng
  2010-04-26 17:46 ` Marcelo Tosatti
  2010-05-06  9:24 ` Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Gui Jianfeng @ 2010-04-22  9:33 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm

sp->unsync is bool now, so update trace event declaration.

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

diff --git a/arch/x86/kvm/mmutrace.h b/arch/x86/kvm/mmutrace.h
index 3851f1f..9966e80 100644
--- a/arch/x86/kvm/mmutrace.h
+++ b/arch/x86/kvm/mmutrace.h
@@ -11,7 +11,7 @@
 	__field(__u64, gfn) \
 	__field(__u32, role) \
 	__field(__u32, root_count) \
-	__field(__u32, unsync)
+	__field(bool, unsync)
 
 #define KVM_MMU_PAGE_ASSIGN(sp)			     \
 	__entry->gfn = sp->gfn;			     \
-- 
1.6.5.2



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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22  9:33 [PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition Gui Jianfeng
2010-04-26 17:46 ` Marcelo Tosatti
2010-05-06  9:24 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).