diff options
author | Anthony Liguori | 2011-07-29 16:42:12 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-07-29 16:42:12 +0200 |
commit | 3046c984049070ab5843da1753ce3a22e25b52cd (patch) | |
tree | eb706dd61603bbce9d669fb2f35bd06688cdf396 /hw/ide.h | |
parent | Merge remote-tracking branch 'kraxel/migration.2' into staging (diff) | |
parent | xen: implement unplug protocol in xen_platform (diff) | |
download | qemu-3046c984049070ab5843da1753ce3a22e25b52cd.tar.gz qemu-3046c984049070ab5843da1753ce3a22e25b52cd.tar.xz qemu-3046c984049070ab5843da1753ce3a22e25b52cd.zip |
Merge remote-tracking branch 'agraf/xen-next' into staging
Diffstat (limited to 'hw/ide.h')
-rw-r--r-- | hw/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ ISADevice *isa_ide_init(int iobase, int iobase2, int isairq, /* ide-pci.c */ void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table, int secondary_ide_enabled); +PCIDevice *pci_piix3_xen_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn); 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); |