Re: [PATCH v2 07/11] migration: Create compress_update_rates()

2023-10-24 Thread Juan Quintela
Fabiano Rosas wrote: > Juan Quintela writes: > >> So we can move more compression_counters stuff to ram-compress.c. >> Create compression_counters struct to add the stuff that was on >> MigrationState. >> >> Reviewed-by: Lukas Straub >> Signed-off-by: Juan Quintela >> --- >> migration/ram-comp

Re: [PATCH v2 07/11] migration: Create compress_update_rates()

2023-10-23 Thread Fabiano Rosas
Juan Quintela writes: > So we can move more compression_counters stuff to ram-compress.c. > Create compression_counters struct to add the stuff that was on > MigrationState. > > Reviewed-by: Lukas Straub > Signed-off-by: Juan Quintela > --- > migration/ram-compress.h | 1 + > migration/ram.h

[PATCH v2 07/11] migration: Create compress_update_rates()

2023-10-19 Thread Juan Quintela
So we can move more compression_counters stuff to ram-compress.c. Create compression_counters struct to add the stuff that was on MigrationState. Reviewed-by: Lukas Straub Signed-off-by: Juan Quintela --- migration/ram-compress.h | 1 + migration/ram.h | 1 - migration/ram-compress.c