Re: [PATCH 12/18] migration: Create compression_update_rates()

2023-06-22 Thread Lukas Straub
On Tue, 13 Jun 2023 16:57:51 +0200 Juan Quintela wrote: > So we can move more compression_counters stuff to ram-compress.c. > Create compression_counters struct to add the stuff that was on > MigrationState. > > Signed-off-by: Juan Quintela With the comment below fixed: Reviewed-by: Lukas

[PATCH 12/18] migration: Create compression_update_rates()

2023-06-13 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. Signed-off-by: Juan Quintela --- migration/ram-compress.h | 1 + migration/ram.h | 1 - migration/ram-compress.c | 41