Re: [PATCH v2 07/15] qemu: migration_params: Add infrastructure for 'dirty-bitmaps' migration feature

2021-02-19 Thread Jiri Denemark
On Fri, Feb 19, 2021 at 12:58:19 +0100, Peter Krempa wrote: > Add the migration capability flag and the propagation of the > corresponding mapping configuration. The mapping will be produced from > the bitmaps on disk depending on both sides of the migration and the > necessity to perform merges.

[PATCH v2 07/15] qemu: migration_params: Add infrastructure for 'dirty-bitmaps' migration feature

2021-02-19 Thread Peter Krempa
Add the migration capability flag and the propagation of the corresponding mapping configuration. The mapping will be produced from the bitmaps on disk depending on both sides of the migration and the necessity to perform merges. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration_params.c