]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: introduce x-query-profile QMP command
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 8 Sep 2021 09:35:43 +0000 (10:35 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 2 Nov 2021 15:55:14 +0000 (15:55 +0000)
commit37087fde0e6b81bdc6aefb1cd6289d90b2095ec0
treee21afc9fb6d30349ffc0cc514683970fdfae8f11
parentdd98234c059e6bdb05a52998270df6d3d990332e
qapi: introduce x-query-profile QMP command

This is a counterpart to the HMP "info profile" command. It is being
added with an "x-" prefix because this QMP command is intended as an
adhoc debugging tool and will thus not be modelled in QAPI as fully
structured data, nor will it have long term guaranteed stability.
The existing HMP command is rewritten to call the QMP command.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
hmp-commands-info.hx
monitor/misc.c
monitor/qmp-cmds.c
qapi/machine.json
tests/qtest/qmp-cmd-test.c