Re: [PATCH v2 1/3] migration: Merge ram_counters and ram_atomic_counters

2023-03-06 Thread David Edmondson
Juan Quintela writes: > Using MgrationStats as type for ram_counters mean that we didn't have Minor typo - MigrationStatus. > to re-declare each value in another struct. The need of atomic > counters have make us to create MigrationAtomicStats for this atomic > counters. > > Create RAMStats typ

[PATCH v2 1/3] migration: Merge ram_counters and ram_atomic_counters

2023-03-02 Thread Juan Quintela
Using MgrationStats as type for ram_counters mean that we didn't have to re-declare each value in another struct. The need of atomic counters have make us to create MigrationAtomicStats for this atomic counters. Create RAMStats type which is a merge of MigrationStats and MigrationAtomicStats remov