Re: [PATCH 06/18] migration: Create populate_compress()

2023-06-22 Thread Lukas Straub
On Tue, 13 Jun 2023 16:57:45 +0200 Juan Quintela wrote: > So we don't have to access compression_counters from outside > ram-compress.c. > > Signed-off-by: Juan Quintela With the comment below fixed: Reviewed-by: Lukas Straub > --- > migration/ram-compress.h | 3 +++ >

[PATCH 06/18] migration: Create populate_compress()

2023-06-13 Thread Juan Quintela
So we don't have to access compression_counters from outside ram-compress.c. Signed-off-by: Juan Quintela --- migration/ram-compress.h | 3 +++ migration/migration.c| 11 +-- migration/ram-compress.c | 14 ++ 3 files changed, 18 insertions(+), 10 deletions(-) diff