diff options
| author | Stefano Stabellini | 2014-02-20 18:28:08 +0100 |
|---|---|---|
| committer | Stefano Stabellini | 2014-02-20 18:28:08 +0100 |
| commit | 15e8159e7613ec0b1418879acc916d1412c02a28 (patch) | |
| tree | b9e262b6944c1ea95196dc585d04afc0bd613f5d /include | |
| parent | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging (diff) | |
| download | qemu-15e8159e7613ec0b1418879acc916d1412c02a28.tar.gz qemu-15e8159e7613ec0b1418879acc916d1412c02a28.tar.xz qemu-15e8159e7613ec0b1418879acc916d1412c02a28.zip | |
Call pci_piix3_xen_ide_unplug from unplug_disks
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ide.h b/include/hw/ide.h index 507e6d33cb..bc8bd321a2 100644 --- a/include/hw/ide.h +++ b/include/hw/ide.h @@ -17,6 +17,7 @@ void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table, 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); +int pci_piix3_xen_ide_unplug(DeviceState *dev); void vt82c686b_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn); /* ide-mmio.c */ |
