Re: [PATCH V2 8/8] migration/colo: Only flush ram cache while do checkpoint

2020-03-12 Thread Dr. David Alan Gilbert
* zhanghailiang (zhang.zhanghaili...@huawei.com) wrote: > After add migrating ram backgroud, we will call ram_load > for this process, but we should not flush ram cache during > this process. Move the flush action to the right place. > > Signed-off-by: zhanghailiang Reviewed-by: Dr. David Alan G

[PATCH V2 8/8] migration/colo: Only flush ram cache while do checkpoint

2020-02-23 Thread zhanghailiang
After add migrating ram backgroud, we will call ram_load for this process, but we should not flush ram cache during this process. Move the flush action to the right place. Signed-off-by: zhanghailiang --- migration/colo.c | 1 + migration/ram.c | 5 + migration/ram.h | 1 + 3 files changed