Re: [libvirt] [PATCH 11/12] qemu: Simplify allowing access to storage file for block copy

2019-05-21 Thread Ján Tomko
On Fri, May 17, 2019 at 01:19:57PM +0200, Peter Krempa wrote: One code path open-coded qemuDomainStorageSourceChainAccessAllow badly and also did not integrate with the locking code. Replace the separate calls with qemuDomainStorageSourceChainAccessAllow which does everything internally. Signed

[libvirt] [PATCH 11/12] qemu: Simplify allowing access to storage file for block copy

2019-05-17 Thread Peter Krempa
One code path open-coded qemuDomainStorageSourceChainAccessAllow badly and also did not integrate with the locking code. Replace the separate calls with qemuDomainStorageSourceChainAccessAllow which does everything internally. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 4 +--- 1 f