Re: [libvirt] [PATCH v3 13/13] Enable PCI Multifunction hotplug/unplug

2016-05-24 Thread Nikunj A Dadhania
Shivaprasad G Bhat writes: > The flow is to parse and create a list of devices and pass onto the > hotplug functions. > > The patch also removes all checks forbidding the multifunction hotplug. > > Signed-off-by: Shivaprasad G Bhat > --- > src/qemu/qemu_driver.c | 166 > +

[libvirt] [PATCH v3 13/13] Enable PCI Multifunction hotplug/unplug

2016-05-23 Thread Shivaprasad G Bhat
The flow is to parse and create a list of devices and pass onto the hotplug functions. The patch also removes all checks forbidding the multifunction hotplug. Signed-off-by: Shivaprasad G Bhat --- src/qemu/qemu_driver.c | 166 ++- src/qemu/qemu_hotp