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 <[email protected]>
> ---
>  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.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to