mbox series

[0/3] hw/ppc: Fix --without-default-devices build

Message ID 20250526112346.48744-1-philmd@linaro.org
Headers show
Series hw/ppc: Fix --without-default-devices build | expand

Message

Philippe Mathieu-Daudé May 26, 2025, 11:23 a.m. UTC
Fix build issue reported by Thomas:
https://lore.kernel.org/qemu-devel/2d6dead5-f56c-43cf-b7d1-9567fef99616@redhat.com/

Philippe Mathieu-Daudé (3):
  hw/acpi: Build IPMI stubs when ACPI is disabled
  hw/ppc: PowerNV machines expose a I2C bus
  hw/ppc: Add stub for pnv_chip_find_core()

 hw/ppc/pnv_stub.c   | 15 +++++++++++++++
 hw/acpi/meson.build | 10 ++++++++--
 hw/ppc/Kconfig      |  1 +
 hw/ppc/meson.build  |  3 ++-
 4 files changed, 26 insertions(+), 3 deletions(-)
 create mode 100644 hw/ppc/pnv_stub.c