]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: skip chain detection to end of backing chain
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Sep 2017 10:02:29 +0000 (12:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 3 Nov 2017 09:27:32 +0000 (10:27 +0100)
commita92c4f7537577f1443ddd6fef4e0dfcb054e5f08
tree3567026fd8e232ef735660ba68bdf5749ae1db4d
parentb0a46b609e8bf06a76ba40a9715710b73fd0afad
qemu: domain: skip chain detection to end of backing chain

When a user provides the backing chain, we will not need to re-detect
all the backing stores again, but should move to the end of the user
specified chain. Additionally if a user provides a full terminated chain
we should not attempt any further detection.
src/qemu/qemu_domain.c