All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] migration cleanups and testing improvements
@ 2024-01-04 14:21 Fabiano Rosas
  2024-01-04 14:21 ` [PATCH v2 1/7] migration/multifd: Remove MultiFDPages_t::packet_num Fabiano Rosas
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Fabiano Rosas @ 2024-01-04 14:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Xu

No change, just rebased on latest migration PR:

[PULL 00/26] Migration 20240104 patches
https://lore.kernel.org/r/20240104043213.431566-1-peterx@redhat.com

v1:
https://lore.kernel.org/r/20231124161432.3515-1-farosas@suse.de

These are some general cleanups and improvements to testing and
debugging that I collected over the past month.

Fabiano Rosas (7):
  migration/multifd: Remove MultiFDPages_t::packet_num
  migration/multifd: Remove QEMUFile from where it is not needed
  migration/multifd: Change multifd_pages_init argument
  migration: Report error in incoming migration
  tests/qtest/migration: Print migration incoming errors
  tests/qtest/migration: Add a wrapper to print test names
  tests/qtest/migration: Use the new migration_test_add

 migration/migration.c           |   7 ++
 migration/multifd.c             |  19 ++-
 migration/multifd.h             |   6 +-
 migration/ram.c                 |  15 ++-
 tests/qtest/migration-helpers.c |  38 ++++++
 tests/qtest/migration-helpers.h |   1 +
 tests/qtest/migration-test.c    | 215 +++++++++++++++++---------------
 7 files changed, 176 insertions(+), 125 deletions(-)

-- 
2.35.3



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

end of thread, other threads:[~2024-01-05  2:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04 14:21 [PATCH v2 0/7] migration cleanups and testing improvements Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 1/7] migration/multifd: Remove MultiFDPages_t::packet_num Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 2/7] migration/multifd: Remove QEMUFile from where it is not needed Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 3/7] migration/multifd: Change multifd_pages_init argument Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 4/7] migration: Report error in incoming migration Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 5/7] tests/qtest/migration: Print migration incoming errors Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 6/7] tests/qtest/migration: Add a wrapper to print test names Fabiano Rosas
2024-01-04 14:21 ` [PATCH v2 7/7] tests/qtest/migration: Use the new migration_test_add Fabiano Rosas
2024-01-05  2:00 ` [PATCH v2 0/7] migration cleanups and testing improvements 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.