Re: [libvirt] [PATCH 03/10] qemu: Remove cleanup label in qemuDomainSnapshotPrepareDiskExternal

2019-08-21 Thread Ján Tomko
On Fri, Aug 16, 2019 at 03:54:37PM +0200, Peter Krempa wrote: Refactor the code to avoid having a cleanup label. This will simplify the change necessary when restricting this check in an upcoming patch. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 28 +++- 1

[libvirt] [PATCH 03/10] qemu: Remove cleanup label in qemuDomainSnapshotPrepareDiskExternal

2019-08-16 Thread Peter Krempa
Refactor the code to avoid having a cleanup label. This will simplify the change necessary when restricting this check in an upcoming patch. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git