diff options
author | Andreas Färber <afaerber@suse.de> | 2013-01-23 23:04:01 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-25 22:02:54 +0100 |
commit | 07a7484e5d713f1eb7c1c37b18a8ab0d56d88875 (patch) | |
tree | 2c768cca41786f5fb08683c48e5066635c9cded6 /hw/ide.h | |
parent | 95ed3b7cf1677dc9f995a6e1fcc7bf377cf94a0e (diff) |
ide/macio: QOM'ify MacIO IDE
It was not qdev'ified before. Turn it into a SysBusDevice.
Embed them into the MacIO devices.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ide.h')
-rw-r--r-- | hw/ide.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -19,10 +19,6 @@ PCIDevice *pci_piix3_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn); PCIDevice *pci_piix4_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn); void vt82c686b_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn); -/* ide-macio.c */ -MemoryRegion *pmac_ide_init (DriveInfo **hd_table, qemu_irq irq, - void *dbdma, int channel, qemu_irq dma_irq); - /* ide-mmio.c */ void mmio_ide_init (hwaddr membase, hwaddr membase2, MemoryRegion *address_space, |