]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Allow passing <source> also for managed PR case
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 May 2018 05:25:43 +0000 (07:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 May 2018 04:32:28 +0000 (06:32 +0200)
commite31f490458997ae47d8e97696a91e39e99907715
tree62ab103a78bb2b5ad5550527535db0d9957508b9
parent900fc66121ed37777af796e9789f8d1c23f69a33
util: storage: Allow passing <source> also for managed PR case

To allow storing status information in the XML move the validation that
the 'path' is not valid for managed PR daemon case into
qemuDomainValidateStorageSource and allow parsing of the data even in
case when managed='yes'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c
src/util/virstoragefile.c