Re: [libvirt] [PATCH 3/7] qemu: block: Add helper for generating snapshot transaction for -blockdev

2019-07-25 Thread Ján Tomko
On Tue, Jul 23, 2019 at 02:08:47PM +0200, Peter Krempa wrote: For the modern use cases we are going to use 'blockdev-snapshot' instead of 'blockdev-snapshot-sync'. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 15 +++ src/qemu/qemu_block.h | 5 + 2 files changed, 20 ins

[libvirt] [PATCH 3/7] qemu: block: Add helper for generating snapshot transaction for -blockdev

2019-07-23 Thread Peter Krempa
For the modern use cases we are going to use 'blockdev-snapshot' instead of 'blockdev-snapshot-sync'. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 15 +++ src/qemu/qemu_block.h | 5 + 2 files changed, 20 insertions(+) diff --git a/src/qemu/qemu_block.c b/src/qemu/qem