Re: [libvirt RFC 04/24] qemu_block: add sync option to qemuBlockCommitImpl

2022-09-01 Thread Peter Krempa
On Tue, Aug 23, 2022 at 18:32:07 +0200, Pavel Hrdina wrote: > This will allow starting synchronous block commit job that will be > used by snapshot delete code. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_block.c | 6 +- > src/qemu/qemu_block.h | 1 + > 2 files changed, 6 insertion

[libvirt RFC 04/24] qemu_block: add sync option to qemuBlockCommitImpl

2022-08-23 Thread Pavel Hrdina
This will allow starting synchronous block commit job that will be used by snapshot delete code. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_block.c | 6 +- src/qemu/qemu_block.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_bloc