* [Qemu-devel] [PULL 0/1] Tracing patches
@ 2013-09-20 17:58 Stefan Hajnoczi
2013-09-20 17:58 ` [Qemu-devel] [PULL 1/1] kvm: fix traces to use %x instead of %d Stefan Hajnoczi
2013-09-20 20:40 ` [Qemu-devel] [PULL 0/1] Tracing patches Paolo Bonzini
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2013-09-20 17:58 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefan Hajnoczi, Anthony Liguori
The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79:
Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500)
are available in the git repository at:
git://github.com/stefanha/qemu.git tracing
for you to fetch changes up to cbf5b968567dbd5a71165c1d30a0ce351bdca11a:
kvm: fix traces to use %x instead of %d (2013-09-20 19:55:01 +0200)
----------------------------------------------------------------
Alexey Kardashevskiy (1):
kvm: fix traces to use %x instead of %d
trace-events | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] kvm: fix traces to use %x instead of %d
2013-09-20 17:58 [Qemu-devel] [PULL 0/1] Tracing patches Stefan Hajnoczi
@ 2013-09-20 17:58 ` Stefan Hajnoczi
2013-09-20 20:40 ` [Qemu-devel] [PULL 0/1] Tracing patches Paolo Bonzini
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2013-09-20 17:58 UTC (permalink / raw)
To: qemu-devel; +Cc: Alexey Kardashevskiy, Stefan Hajnoczi, Anthony Liguori
From: Alexey Kardashevskiy <aik@ozlabs.ru>
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/trace-events b/trace-events
index d4dba24..6bbceaf 100644
--- a/trace-events
+++ b/trace-events
@@ -1167,9 +1167,9 @@ virtio_ccw_new_device(int cssid, int ssid, int schid, int devno, const char *dev
migrate_set_state(int new_state) "new state %d"
# kvm-all.c
-kvm_ioctl(int type, void *arg) "type %d, arg %p"
-kvm_vm_ioctl(int type, void *arg) "type %d, arg %p"
-kvm_vcpu_ioctl(int cpu_index, int type, void *arg) "cpu_index %d, type %d, arg %p"
+kvm_ioctl(int type, void *arg) "type 0x%x, arg %p"
+kvm_vm_ioctl(int type, void *arg) "type 0x%x, arg %p"
+kvm_vcpu_ioctl(int cpu_index, int type, void *arg) "cpu_index %d, type 0x%x, arg %p"
kvm_run_exit(int cpu_index, uint32_t reason) "cpu_index %d, reason %d"
# memory.c
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] Tracing patches
2013-09-20 17:58 [Qemu-devel] [PULL 0/1] Tracing patches Stefan Hajnoczi
2013-09-20 17:58 ` [Qemu-devel] [PULL 1/1] kvm: fix traces to use %x instead of %d Stefan Hajnoczi
@ 2013-09-20 20:40 ` Paolo Bonzini
1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2013-09-20 20:40 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel, Anthony Liguori
Il 20/09/2013 19:58, Stefan Hajnoczi ha scritto:
> The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79:
>
> Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500)
>
> are available in the git repository at:
>
>
> git://github.com/stefanha/qemu.git tracing
>
> for you to fetch changes up to cbf5b968567dbd5a71165c1d30a0ce351bdca11a:
>
> kvm: fix traces to use %x instead of %d (2013-09-20 19:55:01 +0200)
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
> kvm: fix traces to use %x instead of %d
>
> trace-events | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
This single patch is also in my KVM pull request, so it's not needed.
Paolo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-20 20:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 17:58 [Qemu-devel] [PULL 0/1] Tracing patches Stefan Hajnoczi
2013-09-20 17:58 ` [Qemu-devel] [PULL 1/1] kvm: fix traces to use %x instead of %d Stefan Hajnoczi
2013-09-20 20:40 ` [Qemu-devel] [PULL 0/1] Tracing patches Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).