Re: [libvirt] [PATCH 2/7] qemuDomainValidateStorageSource: Relax PR validation

2018-07-04 Thread Peter Krempa
On Wed, Jul 04, 2018 at 12:46:50 +0200, Michal Privoznik wrote: > Actually, it is not always bug if path is provided. For instance, > on domain migration the migration XML contains the path even for > managed reservations. Accept this and teach our prepare code to > not leak in this case. Please r

[libvirt] [PATCH 2/7] qemuDomainValidateStorageSource: Relax PR validation

2018-07-04 Thread Michal Privoznik
Actually, it is not always bug if path is provided. For instance, on domain migration the migration XML contains the path even for managed reservations. Accept this and teach our prepare code to not leak in this case. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 21 --