* [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
* Re: [PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition.
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
1 sibling, 0 replies; 3+ messages in thread
From: Marcelo Tosatti @ 2010-04-26 17:46 UTC (permalink / raw)
To: Gui Jianfeng; +Cc: Avi Kivity, kvm
On Thu, Apr 22, 2010 at 05:33:57PM +0800, Gui Jianfeng wrote:
> 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
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition.
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
1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2010-05-06 9:24 UTC (permalink / raw)
To: Gui Jianfeng; +Cc: kvm
On 04/22/2010 12:33 PM, Gui Jianfeng wrote:
> 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)
>
>
This was intended to be more or less binary compatible (well, mmutrace
not so much).
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [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).