Re: [Qemu-devel] [PATCH 4/7] acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-device interface

2013-12-09 Thread Igor Mammedov
On Mon, 09 Dec 2013 11:02:29 +0200 Marcel Apfelbaum wrote: > On Fri, 2013-12-06 at 18:03 +0100, Igor Mammedov wrote: > > Split piix4_device_hotplug() into hotplug/unplug callbacks > > and register them as "hotplug-device" interface implementation of > > PIIX4_PM device. > > > > Replace pci_bus_h

Re: [Qemu-devel] [PATCH 4/7] acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-device interface

2013-12-09 Thread Marcel Apfelbaum
On Fri, 2013-12-06 at 18:03 +0100, Igor Mammedov wrote: > Split piix4_device_hotplug() into hotplug/unplug callbacks > and register them as "hotplug-device" interface implementation of > PIIX4_PM device. > > Replace pci_bus_hotplug() wiring with setting link on > PCI BUS "hotplug-device" property

[Qemu-devel] [PATCH 4/7] acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-device interface

2013-12-06 Thread Igor Mammedov
Split piix4_device_hotplug() into hotplug/unplug callbacks and register them as "hotplug-device" interface implementation of PIIX4_PM device. Replace pci_bus_hotplug() wiring with setting link on PCI BUS "hotplug-device" property to PIIX4_PM device. Signed-off-by: Igor Mammedov --- hw/acpi/piix