[PATCH v1 0/7] migration cleanups and testing improvements

Fabiano Rosas posted 7 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231124161432.3515-1-farosas@suse.de
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
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    | 201 +++++++++++++++++---------------
7 files changed, 168 insertions(+), 119 deletions(-)
[PATCH v1 0/7] migration cleanups and testing improvements
Posted by Fabiano Rosas 1 year ago
Hi,

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    | 201 +++++++++++++++++---------------
 7 files changed, 168 insertions(+), 119 deletions(-)

-- 
2.35.3
Re: [PATCH v1 0/7] migration cleanups and testing improvements
Posted by Peter Xu 10 months, 3 weeks ago
On Fri, Nov 24, 2023 at 01:14:25PM -0300, Fabiano Rosas wrote:
> Hi,
> 
> 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

Fabiano,

It seems this doesn't apply anymore, since I queued and tested the other
ones first I left this one for next, my apologies.

Please repost when you have time.

-- 
Peter Xu