Re: [PATCH v2 09/10] Add the function of colo_bitmap_clear_diry

2021-03-12 Thread lizhij...@fujitsu.com
On 3/12/21 1:03 PM, leirao wrote: > From: "Rao, Lei" > > When we use continuous dirty memory copy for flushing ram cache on > secondary VM, we can also clean up the bitmap of contiguous dirty > page memory. This also can reduce the VM stop time during checkpoint. > > Signed-off-by: Lei Rao >

[PATCH v2 09/10] Add the function of colo_bitmap_clear_diry

2021-03-11 Thread leirao
From: "Rao, Lei" When we use continuous dirty memory copy for flushing ram cache on secondary VM, we can also clean up the bitmap of contiguous dirty page memory. This also can reduce the VM stop time during checkpoint. Signed-off-by: Lei Rao --- migration/ram.c | 29