]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Reuse qemuHotplugPrepareDiskAccess in qemuDomainRemoveDiskDevice
authorPeter Krempa <pkrempa@redhat.com>
Wed, 11 Jul 2018 15:21:36 +0000 (17:21 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Jul 2018 12:23:08 +0000 (14:23 +0200)
commit539f74e8855ff7d8a0d0395976fe9d2e7ef933b8
tree73494bb5b491783b17f13ed16b2d18fb753d7c35
parent313eaae3b5a4f9b1e94b153759b878614caecf34
qemu: hotplug: Reuse qemuHotplugPrepareDiskAccess in qemuDomainRemoveDiskDevice

qemuHotplugPrepareDiskAccess can be used to tear down disk access so we
can replace the open-coded version collecting the same function calls.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_hotplug.c