Re: [PATCH 01/14] ram.c: Let the compress threads return a CompressResult enum

2023-04-03 Thread Lukas Straub
On Mon, 3 Apr 2023 09:25:41 +0200 Philippe Mathieu-Daudé wrote: > On 2/4/23 19:56, Lukas Straub wrote: > > This will be used in the next commits to move save_page_header() > > out of compress code. > > > > Signed-off-by: Lukas Straub > > --- > > migration/ram.c | 34 ++

Re: [PATCH 01/14] ram.c: Let the compress threads return a CompressResult enum

2023-04-03 Thread Philippe Mathieu-Daudé
On 2/4/23 19:56, Lukas Straub wrote: This will be used in the next commits to move save_page_header() out of compress code. Signed-off-by: Lukas Straub --- migration/ram.c | 34 ++ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/migration/ram.c

[PATCH 01/14] ram.c: Let the compress threads return a CompressResult enum

2023-04-02 Thread Lukas Straub
This will be used in the next commits to move save_page_header() out of compress code. Signed-off-by: Lukas Straub --- migration/ram.c | 34 ++ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 9d1817ab7b..ca56