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
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
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-
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
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