Re: [libvirt] [PATCH 12/13] qemu: snapshot: Return early if there's nothing to snapshot

2019-06-08 Thread Ján Tomko
On Wed, Jun 05, 2019 at 05:28:34PM +0200, Peter Krempa wrote: Skip actual snapshot creation code if we have 0 disks to snapshot. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 6 ++ 1 file changed, 6 insertions(+) Reviewed-by: Ján Tomko Jano signature.asc Description: PGP

[libvirt] [PATCH 12/13] qemu: snapshot: Return early if there's nothing to snapshot

2019-06-05 Thread Peter Krempa
Skip actual snapshot creation code if we have 0 disks to snapshot. Signed-off-by: Peter Krempa --- src/qemu/qemu_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 5b6d3bb795..b7f5142605 100644 --- a/src/qemu/qemu_driver.c