Re: [PATCH 01/32] qemu: backup: Split up code traversing checkpoint list looking for bitmaps

2020-06-17 Thread Eric Blake
On 6/15/20 12:09 PM, Peter Krempa wrote: The algorithm is getting quite complex. Split out the lookup of range of backing chain storage sources and bitmaps contained in them which correspond to one checkpoint. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 111

[PATCH 01/32] qemu: backup: Split up code traversing checkpoint list looking for bitmaps

2020-06-15 Thread Peter Krempa
The algorithm is getting quite complex. Split out the lookup of range of backing chain storage sources and bitmaps contained in them which correspond to one checkpoint. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 111 ++--- 1 file changed, 61