[PATCH 0/8] colo migration cleanups

Lukas Straub posted 8 patches 2 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1687429356.git.lukasstraub2@web.de
Maintainers: Hailiang Zhang <zhanghailiang@xfusion.com>, Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>
docs/COLO-FT.txt         |  2 ++
include/migration/colo.h |  3 --
migration/colo.c         |  2 +-
migration/migration.c    | 63 ++++++++++------------------------------
migration/options.c      | 14 +++++++++
migration/ram.c          | 14 ++++-----
migration/savevm.c       | 21 +-------------
migration/savevm.h       |  1 -
migration/trace-events   |  1 -
9 files changed, 41 insertions(+), 80 deletions(-)
[PATCH 0/8] colo migration cleanups
Posted by Lukas Straub 2 years, 6 months ago
Hello Everyone,
Here are some cleanups around the colo migration code. Notably, we only
support the same qemu version on both sides for now. Though in this
patchset I still try to be support migration to a newer qemu version.

Lukas Straub (8):
  colo: Only support the same qemu version on source and destination
  colo: Setup ram cache in normal migration path
  colo: Replace migration_incoming_colo_enabled() with migrate_colo()
  colo: Remove ENABLE_COLO loadvm command functions
  colo: Don't send ENABLE_COLO command
  colo: Reject colo with postcopy capability enabled
  colo: Reject colo with block migration capability enabled
  ram: Remove useless colo special-casing

 docs/COLO-FT.txt         |  2 ++
 include/migration/colo.h |  3 --
 migration/colo.c         |  2 +-
 migration/migration.c    | 63 ++++++++++------------------------------
 migration/options.c      | 14 +++++++++
 migration/ram.c          | 14 ++++-----
 migration/savevm.c       | 21 +-------------
 migration/savevm.h       |  1 -
 migration/trace-events   |  1 -
 9 files changed, 41 insertions(+), 80 deletions(-)

-- 
2.39.2