]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Process only one object in qemuDomainPrepareDiskSourceTLS
authorPeter Krempa <pkrempa@redhat.com>
Wed, 30 May 2018 10:48:34 +0000 (12:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 5 Jun 2018 06:13:58 +0000 (08:13 +0200)
commit8db9b4f9a7317caeecd5ed3b7b4802f559feddd3
tree8a1a911e293a7eba98b01b497018133cdd995c9f
parent2396774b6af4a87c97285f86baf519d5a87d4432
qemu: domain: Process only one object in qemuDomainPrepareDiskSourceTLS

Remove the loop from qemuDomainPrepareDiskSourceTLS and rename it to
qemuDomainPrepareStorageSourceTLS. Currently there is no backing chain
to prepare so fixing one device is equivalent. In the future it will be
reused in a function which will do the looping.

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