]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Replace virDomainDiskSourceParse by virDomainStorageSourceParse
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Mar 2019 09:47:53 +0000 (10:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2019 09:58:09 +0000 (11:58 +0200)
commitdfaf170df59400b8a6fc0c792effbdc4fb56efe0
tree924ed3b80d8e7601316f0fb9f225bc9d2b9f8a65
parent54fc720d8e58e7103b644d0970dc78cf298512ee
conf: Replace virDomainDiskSourceParse by virDomainStorageSourceParse

virDomainDiskSourceParse was now just a thin wrapper without any extra
value. Replace all usage of it by the function it calls and remove the
function.

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