Here are a few Mac machine updates from my pending patch queue. Patch 1 is split out from the QOM series I posted a few weeks ago (the other patches are all SPARC-related).
Patches 2 and 3 move the IRQ wiring of the PCI host bridge from the host bridge device to the Old World and New World machines as discussed with Philippe yesterday: David - patch 2 is a replacement for Philippe's original patch at https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg02988.html whilst patch 3 makes the same change for uninorth. Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> Mark Cave-Ayland (3): macio: don't reference serial_hd() directly within the device grackle: use qdev gpios for PCI IRQs uninorth: use qdev gpios for PCI IRQs hw/misc/macio/macio.c | 4 --- hw/pci-host/grackle.c | 18 ++------------ hw/pci-host/uninorth.c | 45 +++++++--------------------------- hw/ppc/mac_newworld.c | 30 +++++++++++++++++------ hw/ppc/mac_oldworld.c | 13 ++++++++-- include/hw/pci-host/uninorth.h | 1 - 6 files changed, 44 insertions(+), 67 deletions(-) -- 2.20.1