All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] migration: Add COLO multifd support and COLO migration unit test
@ 2025-12-30 14:05 Lukas Straub
  2025-12-30 14:05 ` [PATCH 1/3] multifd: Add colo support Lukas Straub
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Lukas Straub @ 2025-12-30 14:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Fabiano Rosas, Laurent Vivier, Paolo Bonzini,
	Zhang Chen, Lukas Straub, Juan Quintela

Hello everyone,
This adds COLO multifd support and migration unit tests for COLO migration
and failover.

Regards,
Lukas

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
Lukas Straub (3):
      multifd: Add colo support
      migration-test: Add -snapshot option for COLO
      migration-test: Add COLO migration unit test

 migration/meson.build              |   2 +-
 migration/multifd-colo.c           |  57 ++++++++++++++++++
 migration/multifd-colo.h           |  26 +++++++++
 migration/multifd.c                |  14 ++++-
 tests/qtest/meson.build            |   7 ++-
 tests/qtest/migration-test.c       |   1 +
 tests/qtest/migration/colo-tests.c | 115 +++++++++++++++++++++++++++++++++++++
 tests/qtest/migration/framework.c  |  69 +++++++++++++++++++++-
 tests/qtest/migration/framework.h  |  10 ++++
 9 files changed, 294 insertions(+), 7 deletions(-)
---
base-commit: 942b0d378a1de9649085ad6db5306d5b8cef3591
change-id: 20251230-colo_unit_test_multifd-8bf58dcebd46

Best regards,
-- 
Lukas Straub <lukasstraub2@web.de>



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

end of thread, other threads:[~2026-01-15 22:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30 14:05 [PATCH 0/3] migration: Add COLO multifd support and COLO migration unit test Lukas Straub
2025-12-30 14:05 ` [PATCH 1/3] multifd: Add colo support Lukas Straub
2026-01-06 19:54   ` Peter Xu
2026-01-15 22:43     ` Lukas Straub
2025-12-30 14:05 ` [PATCH 2/3] migration-test: Add -snapshot option for COLO Lukas Straub
2026-01-06 19:55   ` Peter Xu
2026-01-15 22:37     ` Lukas Straub
2025-12-30 14:05 ` [PATCH 3/3] migration-test: Add COLO migration unit test Lukas Straub
2026-01-06 20:03   ` Peter Xu
2026-01-15 22:35     ` Lukas Straub
2026-01-15 22:42       ` Peter Xu
2025-12-30 15:02 ` [PATCH 0/3] migration: Add COLO multifd support and " Peter Xu
2026-01-04  5:44   ` Zhang Chen
2026-01-04  5:48     ` Zhang Chen
2026-01-06 19:48     ` Peter Xu
2026-01-15 21:45       ` Lukas Straub
2026-01-06 20:05 ` Peter Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.