qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Remove trailing double quote limitation and add virtio_set_status trace event
@ 2011-09-13 12:34 Stefan Hajnoczi
  2011-09-13 12:34 ` [Qemu-devel] [PATCH 1/4] trace: remove newline from grlib_irqmp_check_irqs format string Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2011-09-13 12:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, William Cohen

This series removes the tracetool parser limitation that format strings must
begin and end with double quotes.  In practice this means we need to work
around PRI*64 usage by adding dummy "" at the end of the line.  It's fairly
easy to solve this parser limitation and do away with the workarounds.

While we're at it, also add the virtio_set_status() trace event to properly
follow the lifecycle of virtio devices.

 docs/tracing.txt  |    5 +----
 hw/virtio.c       |   10 ++++++++++
 hw/virtio.h       |    9 +--------
 scripts/tracetool |   20 +++++++++++++-------
 trace-events      |   37 +++++++++++++++++++------------------
 5 files changed, 44 insertions(+), 37 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-17 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 12:34 [Qemu-devel] [PATCH 0/4] Remove trailing double quote limitation and add virtio_set_status trace event Stefan Hajnoczi
2011-09-13 12:34 ` [Qemu-devel] [PATCH 1/4] trace: remove newline from grlib_irqmp_check_irqs format string Stefan Hajnoczi
2011-09-13 12:34 ` [Qemu-devel] [PATCH 2/4] trace: allow PRI*64 at beginning and ending of " Stefan Hajnoczi
2011-09-13 12:34 ` [Qemu-devel] [PATCH 3/4] trace: remove trailing double quotes after PRI*64 Stefan Hajnoczi
2011-09-13 12:34 ` [Qemu-devel] [PATCH 4/4] trace: add virtio_set_status() trace event Stefan Hajnoczi
2011-09-17 18:49 ` [Qemu-devel] [PATCH 0/4] Remove trailing double quote limitation and add virtio_set_status " Blue Swirl

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).