Re: [libvirt] [PATCH 09/21] qemu_hotplug: merge qemuDomainDetachThisHostDevice into qemuDomainDetachHostDevice

2019-03-22 Thread Laine Stump
On 3/22/19 5:32 AM, Peter Krempa wrote: On Thu, Mar 21, 2019 at 18:28:49 -0400, Laine Stump wrote: It's now only called from one place, and combining the two functions highlights the similarity with Detach functions for other device types. Signed-off-by: Laine Stump --- src/qemu/qemu_hotplug

Re: [libvirt] [PATCH 09/21] qemu_hotplug: merge qemuDomainDetachThisHostDevice into qemuDomainDetachHostDevice

2019-03-22 Thread Peter Krempa
On Thu, Mar 21, 2019 at 18:28:49 -0400, Laine Stump wrote: > It's now only called from one place, and combining the two functions > highlights the similarity with Detach functions for other device > types. > > Signed-off-by: Laine Stump > --- > src/qemu/qemu_hotplug.c | 107 +++--

[libvirt] [PATCH 09/21] qemu_hotplug: merge qemuDomainDetachThisHostDevice into qemuDomainDetachHostDevice

2019-03-21 Thread Laine Stump
It's now only called from one place, and combining the two functions highlights the similarity with Detach functions for other device types. Signed-off-by: Laine Stump --- src/qemu/qemu_hotplug.c | 107 +++- 1 file changed, 41 insertions(+), 66 deletions(-) d