RE: [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry.

2021-04-08 Thread Rao, Lei
; lukasstra...@web.de; qemu-devel@nongnu.org Subject: Re: [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry. * Rao, Lei (lei@intel.com) wrote: > > -Original Message- > From: Dr. David Alan Gilbert > Sent: Friday, March 26, 2021 2:08 AM > To: Rao, Lei &g

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

2021-03-29 Thread Dr. David Alan Gilbert
ukasstra...@web.de; qemu-devel@nongnu.org > Subject: Re: [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry. > > * leirao (lei@intel.com) wrote: > > From: "Rao, Lei" > > > > When we use continuous dirty memory copy for flushing ram cache on &g

RE: [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry.

2021-03-25 Thread Rao, Lei
-Original Message- From: Dr. David Alan Gilbert Sent: Friday, March 26, 2021 2:08 AM To: Rao, Lei Cc: Zhang, Chen ; lizhij...@cn.fujitsu.com; jasow...@redhat.com; quint...@redhat.com; pbonz...@redhat.com; lukasstra...@web.de; qemu-devel@nongnu.org Subject: Re: [PATCH v4 09/10] Add

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

2021-03-25 Thread Dr. David Alan Gilbert
* leirao (lei@intel.com) 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 v4 09/10] Add the function of colo_bitmap_clear_diry.

2021-03-24 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