Re: [libvirt] [PATCH v2 01/14] qemu_hotplug: move qemuDomainDetachDeviceLive() to qemu_hotplug.c

2019-03-26 Thread Peter Krempa
On Mon, Mar 25, 2019 at 13:24:23 -0400, Laine Stump wrote: > This function is going to take on some of the functionality of its > subordinate functions, which all live in qemu_hotplug.c. > > qemuDomainDetachDeviceControllerLive() is only called from > qemuDomainDetachDeviceLive() (and will soon

[libvirt] [PATCH v2 01/14] qemu_hotplug: move qemuDomainDetachDeviceLive() to qemu_hotplug.c

2019-03-25 Thread Laine Stump
This function is going to take on some of the functionality of its subordinate functions, which all live in qemu_hotplug.c. qemuDomainDetachDeviceControllerLive() is only called from qemuDomainDetachDeviceLive() (and will soon be merged into qemuDomainDetachControllerDevice(), which is in