]> Git Repo - qemu.git/commit
kvm: fix traces to use %x instead of %d
authorAlexey Kardashevskiy <[email protected]>
Wed, 4 Sep 2013 10:26:25 +0000 (20:26 +1000)
committerStefan Hajnoczi <[email protected]>
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 <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
trace-events
This page took 0.021618 seconds and 4 git commands to generate.