]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Use storage chain helpers in qemuDomainAttachDiskGeneric
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Apr 2019 15:10:27 +0000 (17:10 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 26 Jun 2019 06:59:37 +0000 (08:59 +0200)
commit407fd434bc6101da57967dfeb62c832753481ea8
tree1769f95ffe01ca8d5a4dad4a0d711effe1285af0
parentc64010d3e84fba13c4ee7f8e211831a27fb7ce45
qemu: hotplug: Use storage chain helpers in qemuDomainAttachDiskGeneric

Replace the use of qemuHotplugDiskSourceAttach* helpers with
qemuBuildStorageSourceChainAttachPrepare(Blockdev|Drive).

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