summaryrefslogtreecommitdiffstats
path: root/include/hw/ide.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2014-02-20 17:28:08 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2014-02-20 17:28:08 +0000
commit15e8159e7613ec0b1418879acc916d1412c02a28 (patch)
treeb9e262b6944c1ea95196dc585d04afc0bd613f5d /include/hw/ide.h
parent2ca92bb993991d6dcb8f68751aca9fc2ec2b8867 (diff)
downloadhqemu-15e8159e7613ec0b1418879acc916d1412c02a28.zip
hqemu-15e8159e7613ec0b1418879acc916d1412c02a28.tar.gz
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/hw/ide.h')
-rw-r--r--include/hw/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ide.h b/include/hw/ide.h
index 507e6d3..bc8bd32 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 */
OpenPOWER on IntegriCloud