Re: [libvirt] [PATCH v2 05/14] qemu_hotplug: make Detach functions called only from qemu_hotplug.c static

2019-03-26 Thread Peter Krempa
On Mon, Mar 25, 2019 at 13:24:27 -0400, Laine Stump wrote: > These are no longer called from qemu_driver.c, since the function that > called them (qemuDomainDetachDeviceLive()) has been moved to > qemu_hotplug.c, and they are no longer called from testqemuhotplug.c > because it now just called

[libvirt] [PATCH v2 05/14] qemu_hotplug: make Detach functions called only from qemu_hotplug.c static

2019-03-25 Thread Laine Stump
These are no longer called from qemu_driver.c, since the function that called them (qemuDomainDetachDeviceLive()) has been moved to qemu_hotplug.c, and they are no longer called from testqemuhotplug.c because it now just called qemuDomainDetachDeviceLive() instead of all the subordinate functions.