Re: [Qemu-devel] [PATCH 1/2] monitor: add handle_hmp_command trace event

2017-06-05 Thread Eric Blake
On 06/05/2017 05:42 AM, Stefan Hajnoczi wrote: > It is often useful to correlate QEMU-internal events with monitor > commands that caused them. Trace the full HMP command being executed. > > Signed-off-by: Stefan Hajnoczi > --- > monitor.c| 2 ++ > trace-events | 1 + > 2 files changed, 3 i

[Qemu-devel] [PATCH 1/2] monitor: add handle_hmp_command trace event

2017-06-05 Thread Stefan Hajnoczi
It is often useful to correlate QEMU-internal events with monitor commands that caused them. Trace the full HMP command being executed. Signed-off-by: Stefan Hajnoczi --- monitor.c| 2 ++ trace-events | 1 + 2 files changed, 3 insertions(+) diff --git a/monitor.c b/monitor.c index baa73c9.