]> git.ipfire.org Git - thirdparty/qemu.git/commit
kvm: fix traces to use %x instead of %d
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 4 Sep 2013 10:26:25 +0000 (20:26 +1000)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 20 Sep 2013 17:55:01 +0000 (19:55 +0200)
commitcbf5b968567dbd5a71165c1d30a0ce351bdca11a
tree2641b8fc3692376c241755b76af3ade7a3211794
parent6c2679fc19560699679200fb42ab4659bcbe7f79
kvm: fix traces to use %x instead of %d

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 <aik@ozlabs.ru>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
trace-events