All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/15] tests/qtest/migration: Always defer
@ 2026-05-05 16:08 Fabiano Rosas
  2026-05-05 16:09 ` [PATCH v1 01/15] tests/qtest/migration: Move cpr transfer logic into cpr-tests.c Fabiano Rosas
                   ` (16 more replies)
  0 siblings, 17 replies; 39+ messages in thread
From: Fabiano Rosas @ 2026-05-05 16:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Xu

As discussed before, change the tests to always use -incoming
defer. Also remove one of the uris from MigrateCommon, a single uri is
enough.

CI run: https://gitlab.com/farosas/qemu/-/pipelines/2501387628

Fabiano Rosas (15):
  tests/qtest/migration: Move cpr transfer logic into cpr-tests.c
  tests/qtest/migration: Make file-tests defer by default
  tests/qtest/migration: Set file URI by default
  tests/qtest/migration: Group unix migration tests
  tests/qtest/migration: Use precopy_unix_common for ignore-shared test
  tests/qtest/migration: Use a default TCP URI for precopy
  tests/qtest/migration: Defer by default in precopy_common
  tests/qtest/migration: Set compression method in compression-tests
  tests/qtest/migration: Remove multifd compression hook
  tests/qtest/migration: Use defer for all tests
  tests/qtest/migration: Use defer for cpr-tests
  tests/qtest/migration: Use defer for auto-converge
  tests/qtest/migration: Use defer in dirty_limit test
  tests/qtest/migration: Stop passing URI into migrate_start
  tests/qtest/migration: Unify URIs

 tests/qtest/migration/colo-tests.c        |  16 ++--
 tests/qtest/migration/compression-tests.c |  34 +++----
 tests/qtest/migration/cpr-tests.c         |  85 +++++++++++++----
 tests/qtest/migration/file-tests.c        |  56 ++---------
 tests/qtest/migration/framework.c         |  91 +++++++-----------
 tests/qtest/migration/framework.h         |  26 ++---
 tests/qtest/migration/misc-tests.c        |  62 +++++-------
 tests/qtest/migration/precopy-tests.c     |  82 ++++------------
 tests/qtest/migration/tls-tests.c         | 110 +++-------------------
 9 files changed, 192 insertions(+), 370 deletions(-)

-- 
2.51.0



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

end of thread, other threads:[~2026-05-22 13:24 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 16:08 [PATCH v1 00/15] tests/qtest/migration: Always defer Fabiano Rosas
2026-05-05 16:09 ` [PATCH v1 01/15] tests/qtest/migration: Move cpr transfer logic into cpr-tests.c Fabiano Rosas
2026-05-19 20:43   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 02/15] tests/qtest/migration: Make file-tests defer by default Fabiano Rosas
2026-05-19 20:45   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 03/15] tests/qtest/migration: Set file URI " Fabiano Rosas
2026-05-19 20:46   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 04/15] tests/qtest/migration: Group unix migration tests Fabiano Rosas
2026-05-19 20:47   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 05/15] tests/qtest/migration: Use precopy_unix_common for ignore-shared test Fabiano Rosas
2026-05-20 16:06   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 06/15] tests/qtest/migration: Use a default TCP URI for precopy Fabiano Rosas
2026-05-20 16:07   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 07/15] tests/qtest/migration: Defer by default in precopy_common Fabiano Rosas
2026-05-12 14:27   ` Lukas Straub
2026-05-20 16:14   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 08/15] tests/qtest/migration: Set compression method in compression-tests Fabiano Rosas
2026-05-20 16:15   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 09/15] tests/qtest/migration: Remove multifd compression hook Fabiano Rosas
2026-05-20 16:16   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 10/15] tests/qtest/migration: Use defer for all tests Fabiano Rosas
2026-05-20 16:20   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 11/15] tests/qtest/migration: Use defer for cpr-tests Fabiano Rosas
2026-05-20 17:37   ` Peter Xu
2026-05-22 13:23     ` Fabiano Rosas
2026-05-05 16:09 ` [PATCH v1 12/15] tests/qtest/migration: Use defer for auto-converge Fabiano Rosas
2026-05-20 17:37   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 13/15] tests/qtest/migration: Use defer in dirty_limit test Fabiano Rosas
2026-05-20 17:37   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 14/15] tests/qtest/migration: Stop passing URI into migrate_start Fabiano Rosas
2026-05-12 14:27   ` Lukas Straub
2026-05-20 18:21   ` Peter Xu
2026-05-05 16:09 ` [PATCH v1 15/15] tests/qtest/migration: Unify URIs Fabiano Rosas
2026-05-12 14:26   ` Lukas Straub
2026-05-20 18:36   ` Peter Xu
2026-05-05 16:25 ` [PATCH v1 00/15] tests/qtest/migration: Always defer Peter Xu
2026-05-05 19:06   ` Fabiano Rosas
2026-05-19 20:34     ` Peter Xu
2026-05-20 18:56 ` 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.