]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: introduce x-query-irq 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:57:12 +0000 (15:57 +0000)
commit91f2fa7045e3f6c298b14ea7c66c486c27fe3b9f
treeb284a5b9ab9b4446e1ef43fd408972a308019e8c
parentca411b7c8a230af7e83bcebda88b265335f0e4f8
qapi: introduce x-query-irq QMP command

This is a counterpart to the HMP "info irq" 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/hmp-cmds.c
monitor/qmp-cmds.c
qapi/machine.json