[PATCH 0/4] target/arm: Build fixes related to GICv3/v5 and hw accelerators

Philippe Mathieu-Daudé posted 4 patches 3 days, 20 hours ago
Failed in applying to current master (apply log)
Maintainers: Peter Maydell <peter.maydell@linaro.org>
target/arm/gicv5-stubs.c   | 17 +++++++++++++++++
target/arm/tcg-stubs.c     |  4 ----
hw/intc/meson.build        |  4 ++--
target/arm/meson.build     |  6 +++---
target/arm/tcg/meson.build |  4 +++-
5 files changed, 25 insertions(+), 10 deletions(-)
create mode 100644 target/arm/gicv5-stubs.c
[PATCH 0/4] target/arm: Build fixes related to GICv3/v5 and hw accelerators
Posted by Philippe Mathieu-Daudé 3 days, 20 hours ago
Build fixes for when QEMU is configured using --disable-tcg
or --without-default-devices. First 3 patches might be
candidate for the next release, but still these configs are
not covered on our CI, I can't complain.

Philippe Mathieu-Daudé (4):
  hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX
  target/arm: Add stub for define_gicv5_cpuif_regs()
  target/arm: Only compile gicv5-cpuif.c when GICv5 is selected
  target/arm: Build TCG stubs as stub library

 target/arm/gicv5-stubs.c   | 17 +++++++++++++++++
 target/arm/tcg-stubs.c     |  4 ----
 hw/intc/meson.build        |  4 ++--
 target/arm/meson.build     |  6 +++---
 target/arm/tcg/meson.build |  4 +++-
 5 files changed, 25 insertions(+), 10 deletions(-)
 create mode 100644 target/arm/gicv5-stubs.c

-- 
2.53.0


Re: [PATCH 0/4] target/arm: Build fixes related to GICv3/v5 and hw accelerators
Posted by Peter Maydell 23 hours ago
On Tue, 21 Jul 2026 at 13:21, Philippe Mathieu-Daudé
<philmd@oss.qualcomm.com> wrote:
>
> Build fixes for when QEMU is configured using --disable-tcg
> or --without-default-devices. First 3 patches might be
> candidate for the next release, but still these configs are
> not covered on our CI, I can't complain.
>
> Philippe Mathieu-Daudé (4):
>   hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX
>   target/arm: Add stub for define_gicv5_cpuif_regs()
>   target/arm: Only compile gicv5-cpuif.c when GICv5 is selected
>   target/arm: Build TCG stubs as stub library
>




Applied to target-arm.next, thanks.

-- PMM
Re: [PATCH 0/4] target/arm: Build fixes related to GICv3/v5 and hw accelerators
Posted by Richard Henderson 3 days, 17 hours ago
On 7/21/26 05:21, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (4):
>    hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX
>    target/arm: Add stub for define_gicv5_cpuif_regs()
>    target/arm: Only compile gicv5-cpuif.c when GICv5 is selected
>    target/arm: Build TCG stubs as stub library

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~