]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: resurrect handle_qmp_command trace event
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 5 Jun 2017 10:42:16 +0000 (11:42 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 13 Jun 2017 13:35:11 +0000 (14:35 +0100)
commitb097efc0027e36fd15a4fc2e415e780611024757
tree8ecf3e2c06aea4ca2b3dbaf783d5c75b5fe66ce5
parent79cad8b46ba79116ded5690ea2e265585bb9cb53
monitor: resurrect handle_qmp_command trace event

Commit 104fc3027960dd2aa9d310936a6cb201c60e1088 ("qmp: Drop duplicated
QMP command object checks") removed the call to
trace_handle_qmp_command() while eliminating code duplication.

This patch brings the trace event back so QEMU-internal trace events can
be correlated with the QMP commands that caused them.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20170605104216.22429-3-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
monitor.c
trace-events