hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 7 Jun 2024 10:47:04 +0000 (12:47 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Jun 2024 10:40:49 +0000 (12:40 +0200)
commitb2580720d026fa1591218468891a47f42be6a335
treee888b28abf9a055f9e7596a5e95747a9c5917d40
parenta58e653aa29cd39a0740af0a9eb3012c27326c3e
hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()

Replace Monitor API by HumanReadableText one (see commit f2de406f29
"docs/devel: document expectations for QAPI data modelling for QMP"
for rationale).

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20240610063518.50680-2-philmd@linaro.org>
hw/intc/goldfish_pic.c
hw/intc/i8259_common.c
hw/intc/ioapic_common.c
hw/intc/m68k_irqc.c
hw/intc/slavio_intctl.c
hw/ppc/pnv.c
hw/ppc/spapr.c
include/hw/intc/intc.h
monitor/hmp-cmds.c