[Qemu-devel] [PATCH 01/10] pci: Cleanup configuration for pci-hotplug.c

2013-06-06 Thread David Gibson
pci-hotplug.c and the CONFIG_PCI_HOTPLUG variable which controls its compilation are misnamed. They're not about PCI hotplug in general, but rather about the pci_add/pci_del interface which are now deprecated in favour of the more general device_add/device_del interface. This patch therefore

Re: [Qemu-devel] [PATCH 01/10] pci: Cleanup configuration for pci-hotplug.c

2013-06-06 Thread Michael S. Tsirkin
On Thu, Jun 06, 2013 at 06:48:45PM +1000, David Gibson wrote: pci-hotplug.c and the CONFIG_PCI_HOTPLUG variable which controls its compilation are misnamed. They're not about PCI hotplug in general, but rather about the pci_add/pci_del interface which are now deprecated in favour of the more