Re: [PATCH v3] multifd: Add colo support

2023-06-28 Thread Peter Xu
copy hailiang. On Thu, Jun 22, 2023 at 01:18:46PM +0200, Lukas Straub wrote: > Like in the normal ram_load() path, put the received pages into the > colo cache and mark the pages in the bitmap so that they will be > flushed to the guest later. > > Signed-off-by: Juan Quintela > Signed-off-by:

[PATCH v3] multifd: Add colo support

2023-06-22 Thread Lukas Straub
Like in the normal ram_load() path, put the received pages into the colo cache and mark the pages in the bitmap so that they will be flushed to the guest later. Signed-off-by: Juan Quintela Signed-off-by: Lukas Straub --- migration/meson.build| 1 + migration/multifd-colo.c | 53