qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] colo migration cleanups
@ 2023-06-22 12:14 Lukas Straub
  2023-06-22 12:15 ` [PATCH 1/8] colo: Only support the same qemu version on source and destination Lukas Straub
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Lukas Straub @ 2023-06-22 12:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hailiang Zhang, Juan Quintela, Peter Xu, Leonardo Bras,
	Zhang, Chen

[-- Attachment #1: Type: text/plain, Size: 1140 bytes --]

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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-06-28  9:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 12:14 [PATCH 0/8] colo migration cleanups Lukas Straub
2023-06-22 12:15 ` [PATCH 1/8] colo: Only support the same qemu version on source and destination Lukas Straub
2023-06-22 17:17   ` Dong, Eddie
2023-06-27  9:59     ` Zhang, Chen
2023-06-22 12:15 ` [PATCH 2/8] colo: Setup ram cache in normal migration path Lukas Straub
2023-06-28  9:30   ` Zhang, Chen
2023-06-22 12:15 ` [PATCH 3/8] colo: Replace migration_incoming_colo_enabled() with migrate_colo() Lukas Straub
2023-06-22 12:15 ` [PATCH 4/8] colo: Remove ENABLE_COLO loadvm command functions Lukas Straub
2023-06-22 12:15 ` [PATCH 5/8] colo: Don't send ENABLE_COLO command Lukas Straub
2023-06-22 12:16 ` [PATCH 6/8] colo: Reject colo with postcopy capability enabled Lukas Straub
2023-06-22 12:16 ` [PATCH 7/8] colo: Reject colo with block migration " Lukas Straub
2023-06-22 12:16 ` [PATCH 8/8] ram: Remove useless colo special-casing Lukas Straub

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).