Re: [libvirt] [PATCH 16/21] test: replace calls to individual detach functions with one call to main detach

2019-03-22 Thread Peter Krempa
On Thu, Mar 21, 2019 at 18:28:56 -0400, Laine Stump wrote: > The individual qemuDomainDetach*Device() functions will soon be "less > functional", since some of the code that is duplicated in 10 of the 12 > detach functions is going to be moved into the common > qemuDomainDetachDeviceLive(), which

[libvirt] [PATCH 16/21] test: replace calls to individual detach functions with one call to main detach

2019-03-21 Thread Laine Stump
The individual qemuDomainDetach*Device() functions will soon be "less functional", since some of the code that is duplicated in 10 of the 12 detach functions is going to be moved into the common qemuDomainDetachDeviceLive(), which calls them all. qemuhotplugtest.c is the only place any of these