]> git.proxmox.com Git - mirror_qemu.git/commit
qmp: Fix tracing of non-string command IDs
authorMarkus Armbruster <armbru@redhat.com>
Fri, 11 Dec 2020 17:11:41 +0000 (18:11 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 19 Dec 2020 09:38:43 +0000 (10:38 +0100)
commitd403d92dfc243f0fb7dec432f971961c522ba077
treebb653a3a6d3bf71ccc9137c814ab19bab61e985e
parent80d71121b719c610c7f6e05c932c35ded4cc92d4
qmp: Fix tracing of non-string command IDs

Tracepoints monitor_qmp_cmd_in_band and
monitor_qmp_cmd_out_of_band (commit cf869d5317 "qmp: support
out-of-band (oob) execution") treat non-string "id" like absent "id".
Fix that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-10-armbru@redhat.com>
monitor/qmp.c