Re: [PATCH 17/19] qemu: block: Introduce function to calculate bitmap handling for block-copy

2020-02-03 Thread Ján Tomko
On Fri, Jan 31, 2020 at 03:31:21PM +0100, Peter Krempa wrote: Add a function calculating which bitmaps to copy to the mirror during a block-copy operation. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 138 ++ src/qemu/qemu_block.h | 7 +++ 2

[PATCH 17/19] qemu: block: Introduce function to calculate bitmap handling for block-copy

2020-01-31 Thread Peter Krempa
Add a function calculating which bitmaps to copy to the mirror during a block-copy operation. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 138 ++ src/qemu/qemu_block.h | 7 +++ 2 files changed, 145 insertions(+) diff --git