[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabil
From: |
Philippe Mathieu-Daudé |
Subject: |
[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in |
Date: |
Tue, 6 Aug 2024 16:19:38 +0200 |
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
- [RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in,
Philippe Mathieu-Daudé <=
- [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Philippe Mathieu-Daudé, 2024/08/06
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Richard Henderson, 2024/08/06
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Philippe Mathieu-Daudé, 2024/08/07
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Peter Maydell, 2024/08/07
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Markus Armbruster, 2024/08/08
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Peter Maydell, 2024/08/08
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Markus Armbruster, 2024/08/08
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Peter Maydell, 2024/08/08
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Markus Armbruster, 2024/08/08
- Re: [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/, Daniel P . Berrangé, 2024/08/08