]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/intc: Introduce x-query-interrupt-controllers QMP command
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 7 Jun 2024 14:37:24 +0000 (16:37 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:40:49 +0000 (12:40 +0200)
commit795eaa62fa68c452b926fbfc4ccdcb4cd1552531
treeaf194684c581e81714d591bd1956125d9a459a6e
parentb2580720d026fa1591218468891a47f42be6a335
hw/intc: Introduce x-query-interrupt-controllers QMP command

This is a counterpart to the HMP "info pic" 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.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20240610063518.50680-3-philmd@linaro.org>
hmp-commands-info.hx
hw/core/machine-qmp-cmds.c
monitor/hmp-cmds.c
qapi/machine.json