]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_hotplug: make Detach functions called only from qemu_hotplug.c static
authorLaine Stump <laine@laine.org>
Sat, 23 Mar 2019 16:29:23 +0000 (12:29 -0400)
committerLaine Stump <laine@laine.org>
Tue, 26 Mar 2019 15:05:03 +0000 (11:05 -0400)
commit637d72f985e2700e88c3b3a4d4a83df9b8d6d35d
treeee9716252bfc7a4de54cafa329758ad1158705f5
parentd3aab99096bb8f81600437682398235c17084d22
qemu_hotplug: make Detach functions called only from qemu_hotplug.c static

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>
ACKed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h