Re: [PATCH v2 02/13] ram.c: Let the compress threads return a CompressResult enum

2023-04-20 Thread Juan Quintela
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 Reviewed-by: Juan Quintela

[PATCH v2 02/13] ram.c: Let the compress threads return a CompressResult enum

2023-04-20 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