Attempt to clarify confuse output from the 'query-gic-capabilities' QMP command when no GIC devices are built in.
Philippe Mathieu-Daudé (2): target/arm: Move qmp_query_gic_capabilities() to hw/intc/ hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in qapi/misc-target.json | 4 +-- hw/intc/arm_gic_qmp.c | 61 +++++++++++++++++++++++++++++++++++++++ target/arm/arm-qmp-cmds.c | 52 +-------------------------------- hw/intc/meson.build | 1 + 4 files changed, 65 insertions(+), 53 deletions(-) create mode 100644 hw/intc/arm_gic_qmp.c -- 2.45.2