Re: [PATCH] multifd: Add colo support

2023-05-11 Thread Juan Quintela
Lukas Straub wrote: > On Thu, 11 May 2023 11:52:55 +0200 > Juan Quintela wrote: > >> Lukas Straub wrote: >> > On Tue, 9 May 2023 20:15:28 +0200 >> > Juan Quintela wrote: >> > >> >> From: Lukas Straub >> >> >> >> Like in the normal ram_load() path, put the received pages into the >> >> colo

Re: [PATCH] multifd: Add colo support

2023-05-11 Thread Lukas Straub
On Thu, 11 May 2023 11:52:55 +0200 Juan Quintela wrote: > Lukas Straub wrote: > > On Tue, 9 May 2023 20:15:28 +0200 > > Juan Quintela wrote: > > > >> From: Lukas Straub > >> > >> Like in the normal ram_load() path, put the received pages into the > >> colo cache and mark the pages in the b

Re: [PATCH] multifd: Add colo support

2023-05-11 Thread Juan Quintela
Lukas Straub wrote: > On Tue, 9 May 2023 20:15:28 +0200 > Juan Quintela wrote: > >> From: 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-

Re: [PATCH] multifd: Add colo support

2023-05-11 Thread Lukas Straub
On Tue, 9 May 2023 20:15:28 +0200 Juan Quintela wrote: > From: 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: Lukas Straub > > --- > > H

[PATCH] multifd: Add colo support

2023-05-09 Thread Juan Quintela
From: 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: Lukas Straub --- Hi Lukas What about this instead of your other three patches? I think it is cle