[PATCH v2 0/3] Migration: Make more ram_counters atomic

Juan Quintela posted 3 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230302162138.10076-1-quintela@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
There is a newer version of this series
migration/ram.h       | 26 ++++++++++++++------------
migration/migration.c | 12 ++++++------
migration/multifd.c   |  8 ++++----
migration/ram.c       | 39 ++++++++++++++++-----------------------
4 files changed, 40 insertions(+), 45 deletions(-)
[PATCH v2 0/3] Migration: Make more ram_counters atomic
Posted by Juan Quintela 1 year ago
Hi

In v2:
- fix typos found by David Edmondson
- Add review-by tags.

Please review.

[v1]
On previous series we cerate ram_atomic_counters.  But we basically
need that all counters are atomic.  So move back to only have
ram_counters, just with a new type that allows the atomic counters.

Once there, move update of stats out of RAM mutex.
And make multifd_bytes atomic.

Later, Juan.

Juan Quintela (3):
  migration: Merge ram_counters and ram_atomic_counters
  migration: Update atomic stats out of the mutex
  migration: Make multifd_bytes atomic

 migration/ram.h       | 26 ++++++++++++++------------
 migration/migration.c | 12 ++++++------
 migration/multifd.c   |  8 ++++----
 migration/ram.c       | 39 ++++++++++++++++-----------------------
 4 files changed, 40 insertions(+), 45 deletions(-)

-- 
2.39.2