]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainDiskTranslateSourcePool: split code to setup one storage source
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Feb 2020 11:08:54 +0000 (12:08 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 10 Feb 2020 16:26:27 +0000 (17:26 +0100)
commit63469116cc83d6d83a45b741826b48562b03a65f
treed8424c41705c876bcd25943c7d15beee6585b665
parentbc42d88ffdef84a823092bfb35cd6bce39747366
virDomainDiskTranslateSourcePool: split code to setup one storage source

Extract all the code setting up one storage source from the rest which
sets up the whole disk. This will allow us to prepare the whole backing
chain.

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