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