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


Reply via email to