From 15e8159e7613ec0b1418879acc916d1412c02a28 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 20 Feb 2014 17:28:08 +0000 Subject: Call pci_piix3_xen_ide_unplug from unplug_disks Signed-off-by: Stefano Stabellini Acked-by: Paolo Bonzini --- include/hw/ide.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.1