]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: update only newly detected images in qemuDomainDetermineDiskChain
authorPeter Krempa <pkrempa@redhat.com>
Wed, 20 Jun 2018 08:39:21 +0000 (10:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Jul 2018 04:16:42 +0000 (06:16 +0200)
commitd802eb6ad1317cfa619e92a04c7408d9e3bcef11
treed149f6c08ca3f8c8275e0a3ccb52975bef669e0f
parent01d1b535f8fe66bad148148ef25d4444bf6d494b
qemu: domain: update only newly detected images in qemuDomainDetermineDiskChain

The processing code which prepares images should be executed really only
for the images which were detected. The code actually tried to update
the last user-specified layer as well. Thankfully we don't do anything
that would be a problem at this point.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c