Re: [libvirt] [PATCH 13/13] qemu: snapshot: Remove unnecessary 'do_transaction' logic in qemuDomainSnapshotCreateDiskActive

2019-06-08 Thread Ján Tomko
On Wed, Jun 05, 2019 at 05:28:35PM +0200, Peter Krempa wrote: Now that we never get to the actual snapshot code if there's nothing to do we can remove the variable and surrounding logic. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 31 +-- 1 file changed,

[libvirt] [PATCH 13/13] qemu: snapshot: Remove unnecessary 'do_transaction' logic in qemuDomainSnapshotCreateDiskActive

2019-06-05 Thread Peter Krempa
Now that we never get to the actual snapshot code if there's nothing to do we can remove the variable and surrounding logic. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 31 +-- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git