Re: [Qemu-devel] [PATCH 4/4] hw:piix4:acpi: reuse pcihp code for legacy PCI hotplug

2014-01-26 Thread Michael S. Tsirkin
On Tue, Jan 21, 2014 at 03:40:06PM +0100, Igor Mammedov wrote: reduces acpi PCI hotplug code duplication by 150LOC, and makes pcihp less dependend on piix specific code. Signed-off-by: Igor Mammedov imamm...@redhat.com Actually pcihp was made separate intentionally so we can cleanup the

[Qemu-devel] [PATCH 4/4] hw:piix4:acpi: reuse pcihp code for legacy PCI hotplug

2014-01-21 Thread Igor Mammedov
reduces acpi PCI hotplug code duplication by 150LOC, and makes pcihp less dependend on piix specific code. Signed-off-by: Igor Mammedov imamm...@redhat.com --- hw/acpi/pcihp.c | 10 +-- hw/acpi/piix4.c | 196 +--