]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: storage: Provide only virStorageVolDefParse
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Sep 2022 15:22:55 +0000 (17:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Oct 2022 08:54:24 +0000 (10:54 +0200)
commit2a166e6c1289ca8d137f34fb976130b10d834414
tree44959d9aa07d8e412097ce8f07d598e36cd6d678
parent3c56186031fcedb96b93491186f455993a51362c
conf: storage: Provide only virStorageVolDefParse

Remove the virStorageVolDefParseFile/String shim functions.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/storage_conf.c
src/conf/storage_conf.h
src/esx/esx_storage_backend_vmfs.c
src/libvirt_private.syms
src/storage/storage_driver.c
src/test/test_driver.c
src/vbox/vbox_storage.c
tests/storagevolxml2argvtest.c
tests/storagevolxml2xmltest.c