kvm: fix traces to use %x instead of %d
commit4fe6e9ecb7f9a221bfb3695079fb87946263a1e0
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 4 Sep 2013 10:26:25 +0000 (4 20:26 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 20 Sep 2013 10:37:52 +0000 (20 12:37 +0200)
tree32acf4967a8acbdd82e4204c00a955154bfa2bdf
parent4357930b8a7d2fcff2d8121ec518117428a781e7
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: Paolo Bonzini <pbonzini@redhat.com>
trace-events