Re: [PATCH 10/18] migration: Simplify compress_page_with_multithread()

2023-06-22 Thread Lukas Straub
On Tue, 13 Jun 2023 16:57:49 +0200 Juan Quintela wrote: > Move the goto to a while true. > > Signed-off-by: Juan Quintela Reviewed-by: Lukas Straub > --- > migration/ram-compress.c | 48 > 1 file changed, 24 insertions(+), 24 deletions(-) > > diff

[PATCH 10/18] migration: Simplify compress_page_with_multithread()

2023-06-13 Thread Juan Quintela
Move the goto to a while true. Signed-off-by: Juan Quintela --- migration/ram-compress.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/migration/ram-compress.c b/migration/ram-compress.c index 8ce9519f3d..3c44803132 100644 ---