]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: domain: Split out source validation part from virDomainDiskDefParseValidate
authorPeter Krempa <pkrempa@redhat.com>
Thu, 15 Apr 2021 13:20:28 +0000 (15:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Apr 2021 12:43:59 +0000 (14:43 +0200)
commitc4dfe41c319789096316f2a1ed4b6b70762745ed
treefe7c8e8e3e7ded8e121d772babd4142c0f5c3168
parentdbfb5aa7c03d3a0bc85da97594070d2219055f75
conf: domain: Split out source validation part from virDomainDiskDefParseValidate

Separate the validation of the source so that it can be reused once we
split up the XML parser too.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c