]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Split out code to parse the source of a disk definition
authorPeter Krempa <pkrempa@redhat.com>
Wed, 6 Nov 2013 16:52:23 +0000 (17:52 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Nov 2013 09:38:34 +0000 (10:38 +0100)
commit16bc7864087707c84e71a03b3a28a8912e44ae67
tree65628f2dadf3456fe574fbd2a39b7554a3be68ae
parentcfc28c66f9a754bb589b24e1d503eba2bdc5c840
conf: Split out code to parse the source of a disk definition

To avoid code duplication between snapshot configuration code that
parses the disk source too we need to split out this code that will be
reused later on.

This patch tries to be code movement, some aspects of this function will
be refactored later.
src/conf/domain_conf.c