Re: [PATCH 08/18] migration: Move update_compress_threads_counts() to ram-compress.c

2023-06-22 Thread Lukas Straub
On Tue, 13 Jun 2023 16:57:47 +0200 Juan Quintela wrote: > Signed-off-by: Juan Quintela Reviewed-by: Lukas Straub > --- > migration/ram-compress.h | 1 + > migration/ram-compress.c | 17 + > migration/ram.c | 15 --- > 3 files changed, 18 insertions(+),

[PATCH 08/18] migration: Move update_compress_threads_counts() to ram-compress.c

2023-06-13 Thread Juan Quintela
Signed-off-by: Juan Quintela --- migration/ram-compress.h | 1 + migration/ram-compress.c | 17 + migration/ram.c | 15 --- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/migration/ram-compress.h b/migration/ram-compress.h index