
26 Mar
2019
26 Mar
'19
7:48 a.m.
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 qemuDomainDetachDeviceLive() instead of all the subordinate functions.
Signed-off-by: Laine Stump <laine@laine.org> ---
NEW PATCH IN V2
src/qemu/qemu_hotplug.c | 47 +++++++++++++++++++------------------ src/qemu/qemu_hotplug.h | 51 ----------------------------------------- 2 files changed, 25 insertions(+), 73 deletions(-)
ACK