Re: [PATCH 1/3] migration/colo: wrap incoming checkpoint process into new helper
* Hailiang Zhang (zhang.zhanghaili...@huawei.com) wrote: > Split checkpoint incoming process into a helper. > > Signed-off-by: Hailiang Zhang Reviewed-by: Dr. David Alan Gilbert > --- > migration/colo.c | 260 --- > 1 file changed, 133 insertions(+)
[PATCH 1/3] migration/colo: wrap incoming checkpoint process into new helper
Split checkpoint incoming process into a helper. Signed-off-by: Hailiang Zhang --- migration/colo.c | 260 --- 1 file changed, 133 insertions(+), 127 deletions(-) diff --git a/migration/colo.c b/migration/colo.c index 2c88aa57a2..93c5a452fb 100644 ---