Re: [Qemu-devel] [PATCH 1/3] split acpi pci hotplug code into separate file

2013-01-09 Thread Blue Swirl
On Wed, Jan 9, 2013 at 3:41 PM, Gerd Hoffmann wrote: > Also some minor code restructions along the way: > > * create a new struct for acpi pci hotplug state > * rename functions so they no longer carry piix in the name > > Signed-off-by: Gerd Hoffmann > --- > hw/Makefile.objs |2 +- >

[Qemu-devel] [PATCH 1/3] split acpi pci hotplug code into separate file

2013-01-09 Thread Gerd Hoffmann
Also some minor code restructions along the way: * create a new struct for acpi pci hotplug state * rename functions so they no longer carry piix in the name Signed-off-by: Gerd Hoffmann --- hw/Makefile.objs |2 +- hw/acpi_pci_hotplug.c | 214