Re: [PATCH v2 06/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data

2023-04-28 Thread Juan Quintela
Lukas Straub wrote: > This makes the core compress code more independend from ram.c. > > Signed-off-by: Lukas Straub Reviewed-by: Juan Quintela I haven't looked all the series yet > @@ -1575,15 +1577,8 @@ static void flush_compressed_data(RAMState *rs) >

[PATCH v2 06/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data

2023-04-20 Thread Lukas Straub
This makes the core compress code more independend from ram.c. Signed-off-by: Lukas Straub --- migration/ram.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index d248e1f062..3894d0ae79 100644 --- a/migration/ram.c +++