qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] kvm: fix traces to use %x instead of %d


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2] kvm: fix traces to use %x instead of %d
Date: Mon, 9 Sep 2013 14:07:50 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Sep 04, 2013 at 08:26:25PM +1000, Alexey Kardashevskiy wrote:
> KVM request types are normally defined using hex constants but QEMU traces
> print decimal values instead, which is not very convenient.
> 
> This changes the request type format from %d to %x.
> 
> Signed-off-by: Alexey Kardashevskiy <address@hidden>
> Reviewed-by: Andreas Färber <address@hidden>
> Reviewed-by: Paolo Bonzini <address@hidden>
> ---
> Changes:
> v2:
> * added "0x" to format strings so the change won't come unnoticed
> * fixed the commit message
> ---
>  trace-events | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, applied to my tracing tree:
https://github.com/stefanha/qemu/commits/tracing

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]