Re: [PATCH 18/19] qemu: migration: Migrate block dirty bitmaps corresponding to checkpoints

2021-02-18 Thread Jiri Denemark
On Thu, Feb 18, 2021 at 16:50:43 +0100, Peter Krempa wrote: > On Thu, Feb 18, 2021 at 15:54:37 +0100, Jiri Denemark wrote: > > On Thu, Feb 11, 2021 at 16:37:57 +0100, Peter Krempa wrote: > > > Preserve block dirty bitmaps after migration with > > > QEMU_MONITOR_MIGRATE_NON_SHARED_(DISK|INC). > > >

Re: [PATCH 18/19] qemu: migration: Migrate block dirty bitmaps corresponding to checkpoints

2021-02-18 Thread Peter Krempa
On Thu, Feb 18, 2021 at 15:54:37 +0100, Jiri Denemark wrote: > On Thu, Feb 11, 2021 at 16:37:57 +0100, Peter Krempa wrote: > > Preserve block dirty bitmaps after migration with > > QEMU_MONITOR_MIGRATE_NON_SHARED_(DISK|INC). > > > > This patch implements functions which offer the bitmaps to the >

Re: [PATCH 18/19] qemu: migration: Migrate block dirty bitmaps corresponding to checkpoints

2021-02-18 Thread Jiri Denemark
On Thu, Feb 11, 2021 at 16:37:57 +0100, Peter Krempa wrote: > Preserve block dirty bitmaps after migration with > QEMU_MONITOR_MIGRATE_NON_SHARED_(DISK|INC). > > This patch implements functions which offer the bitmaps to the > destination, check for eligibility on destination and then configure >