]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Refactor/rename virDomainDiskDefSourceParse
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 Mar 2018 11:43:23 +0000 (12:43 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Apr 2018 13:48:37 +0000 (15:48 +0200)
commit295b128e094a1d4856e9a1fef9ae121fff00ceea
tree822163bb1954426eb19155d8a9355c32219a646e
parentdff110d232ff6da536350a0d4412be7f85fbbff0
conf: Refactor/rename virDomainDiskDefSourceParse

Make the function more usable by returning the full disk definition and
fix the only caller for the new semantics. The new name for the function
is virDomainDiskDefParse.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c