diff options
author | Mark Cave-Ayland | 2018-03-06 23:01:54 +0100 |
---|---|---|
committer | David Gibson | 2018-04-27 10:05:22 +0200 |
commit | a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7 (patch) | |
tree | 7c302108a86584a0fea3ebf4a3c4d910e57a1fdd /hw/ppc/mac.h | |
parent | uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device (diff) | |
download | qemu-a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7.tar.gz qemu-a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7.tar.xz qemu-a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7.zip |
heathrow: remove obsolete heathow_init() function
Instead wire up heathrow to the CPU and grackle PCI host using qdev GPIOs.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/mac.h')
-rw-r--r-- | hw/ppc/mac.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/ppc/mac.h b/hw/ppc/mac.h index fcf13cb757..d661515e9d 100644 --- a/hw/ppc/mac.h +++ b/hw/ppc/mac.h @@ -77,10 +77,6 @@ void macio_ide_register_dma(MACIOIDEState *ide); void macio_init(PCIDevice *dev, MemoryRegion *pic_mem); -/* Heathrow PIC */ -DeviceState *heathrow_pic_init(int nb_cpus, qemu_irq **irqs, - qemu_irq **pic_irqs); - /* Grackle PCI */ #define TYPE_GRACKLE_PCI_HOST_BRIDGE "grackle-pcihost" PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic, |