Re: [libvirt] [PATCH 09/12] qemu: Remove unnecessary calls to qemuDomainStorageSourceAccessRevoke

2019-05-21 Thread Ján Tomko
On Fri, May 17, 2019 at 01:19:55PM +0200, Peter Krempa wrote: Since 3decae00e90 qemuDomainStorageSourceAccessAllow revokes the permissions it granted if it fails halfway, thus we can remove some calls to qemuDomainStorageSourceAccessRevoke which tried to undo this situation. Signed-off-by: Peter

[libvirt] [PATCH 09/12] qemu: Remove unnecessary calls to qemuDomainStorageSourceAccessRevoke

2019-05-17 Thread Peter Krempa
Since 3decae00e90 qemuDomainStorageSourceAccessAllow revokes the permissions it granted if it fails halfway, thus we can remove some calls to qemuDomainStorageSourceAccessRevoke which tried to undo this situation. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 8 ++-- 1 file change