[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in

Philippe Mathieu-Daudé posted 2 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
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
[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in
Posted by Philippe Mathieu-Daudé 1 year, 6 months ago
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


Re: [RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in
Posted by Philippe Mathieu-Daudé 11 months ago
+Pierrick for historical context

On 6/8/24 16:19, Philippe Mathieu-Daudé wrote:
> 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
>