Re: [libvirt] [PATCH 13/21] qemu_hotplug: move qemuDomainDetachDeviceLive() to qemu_hotplug.c

2019-03-22 Thread Peter Krempa
On Fri, Mar 22, 2019 at 09:36:31 -0400, Laine Stump wrote: > On 3/22/19 7:36 AM, Peter Krempa wrote: > > On Thu, Mar 21, 2019 at 18:28:53 -0400, Laine Stump wrote: > > > This function is going to take on some of the functionality of its > > > subordinate functions, which all live in

Re: [libvirt] [PATCH 13/21] qemu_hotplug: move qemuDomainDetachDeviceLive() to qemu_hotplug.c

2019-03-22 Thread Laine Stump
On 3/22/19 7:36 AM, Peter Krempa wrote: On Thu, Mar 21, 2019 at 18:28:53 -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. Signed-off-by: Laine Stump --- src/qemu/qemu_driver.c | 95

Re: [libvirt] [PATCH 13/21] qemu_hotplug: move qemuDomainDetachDeviceLive() to qemu_hotplug.c

2019-03-22 Thread Peter Krempa
On Thu, Mar 21, 2019 at 18:28:53 -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. > > Signed-off-by: Laine Stump > --- > src/qemu/qemu_driver.c | 95 - >

[libvirt] [PATCH 13/21] qemu_hotplug: move qemuDomainDetachDeviceLive() to qemu_hotplug.c

2019-03-21 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. Signed-off-by: Laine Stump --- src/qemu/qemu_driver.c | 95 - src/qemu/qemu_hotplug.c | 129 +++-