Re: [libvirt RFC 03/24] qemu_block: extract qemuBlockCommit impl to separate function

2022-09-01 Thread Peter Krempa
On Tue, Aug 23, 2022 at 18:32:06 +0200, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_block.c | 78 ++- > src/qemu/qemu_block.h | 10 ++ > 2 files changed, 57 insertions(+), 31 deletions(-) > > diff --git a/src/qemu/qemu_block

[libvirt RFC 03/24] qemu_block: extract qemuBlockCommit impl to separate function

2022-08-23 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/qemu/qemu_block.c | 78 ++- src/qemu/qemu_block.h | 10 ++ 2 files changed, 57 insertions(+), 31 deletions(-) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index 5b34461853..902ec7b2a5 100644 --- a/src/q