Re: [PATCH 17/19] qemu: migration: Clean up temporary bitmaps when cancelling a migration

2021-02-18 Thread Jiri Denemark
On Thu, Feb 11, 2021 at 16:37:56 +0100, Peter Krempa wrote: > In case when the block migration job required temporary bitmaps for > merging the appropriate checkpoints we need to clean them up when > cancelling the job. On success we don't need to do that though as the > bitmaps are just temporary

[PATCH 17/19] qemu: migration: Clean up temporary bitmaps when cancelling a migration

2021-02-11 Thread Peter Krempa
In case when the block migration job required temporary bitmaps for merging the appropriate checkpoints we need to clean them up when cancelling the job. On success we don't need to do that though as the bitmaps are just temporary thus are not written to disk. Signed-off-by: Peter Krempa ---