[Qemu-devel] [PATCH 0/2] monitor: add trace events for HMP and QMP commands

Stefan Hajnoczi posted 2 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170605104216.22429-1-stefanha@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
monitor.c    | 7 +++++++
trace-events | 2 ++
2 files changed, 9 insertions(+)
[Qemu-devel] [PATCH 0/2] monitor: add trace events for HMP and QMP commands
Posted by Stefan Hajnoczi 8 years, 8 months ago
It's nice to have HMP and QMP commands as part of a trace log.  This makes it
possible to correlate QEMU-internal events with the monitor commands that
caused them.

Stefan Hajnoczi (2):
  monitor: add handle_hmp_command trace event
  monitor: resurrect handle_qmp_command trace event

 monitor.c    | 7 +++++++
 trace-events | 2 ++
 2 files changed, 9 insertions(+)

-- 
2.9.4


Re: [Qemu-devel] [PATCH 0/2] monitor: add trace events for HMP and QMP commands
Posted by Stefan Hajnoczi 8 years, 8 months ago
On Mon, Jun 05, 2017 at 11:42:14AM +0100, Stefan Hajnoczi wrote:
> It's nice to have HMP and QMP commands as part of a trace log.  This makes it
> possible to correlate QEMU-internal events with the monitor commands that
> caused them.
> 
> Stefan Hajnoczi (2):
>   monitor: add handle_hmp_command trace event
>   monitor: resurrect handle_qmp_command trace event
> 
>  monitor.c    | 7 +++++++
>  trace-events | 2 ++
>  2 files changed, 9 insertions(+)

Thanks, applied to my tracing tree:
https://github.com/stefanha/qemu/commits/tracing

Stefan