]> xenbits.xensource.com Git - libvirt.git/commit
conf: Split out parsing of network disk source XML elements
authorPeter Krempa <pkrempa@redhat.com>
Tue, 9 May 2017 12:25:02 +0000 (14:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 4 Oct 2017 08:38:49 +0000 (10:38 +0200)
commit5047524baa3ffd5716a604e2d5eb15f6b17e968f
tree4c064a44bccbb8b9122e93d6775e48e56cd5a150
parent5656596a407b480a46ffc80c7a67f810b5dc13b4
conf: Split out parsing of network disk source XML elements

virDomainDiskSourceParse got to the point of being an ugly spaghetti
mess by adding more and more stuff into it. Split out parsing of network
disk information into a separate function so that it stays contained.
src/conf/domain_conf.c