[PATCH v2 0/2] tests/migration-test: Small cleanup series on postcopy tests

Peter Xu posted 2 patches 3 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260114153751.2427172-1-peterx@redhat.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/migration/framework.h      |  7 ++-----
tests/qtest/migration/framework.c      | 25 ++++++++++++++-----------
tests/qtest/migration/postcopy-tests.c | 12 ++++--------
tests/qtest/migration/tls-tests.c      |  8 ++++----
4 files changed, 24 insertions(+), 28 deletions(-)
[PATCH v2 0/2] tests/migration-test: Small cleanup series on postcopy tests
Posted by Peter Xu 3 weeks, 3 days ago
v2:
- add one sentence to commit message of patch 2

This series removes two unnecessary fields in MigrateCommon that was only
for postcopy tests.

Comments welcomed, thanks.

Peter Xu (2):
  tests/migration-test: Remove postcopy_data from MigrateCommon
  tests/migration-test: Remove postcopy_recovery_fail_stage from
    MigrateCommon

 tests/qtest/migration/framework.h      |  7 ++-----
 tests/qtest/migration/framework.c      | 25 ++++++++++++++-----------
 tests/qtest/migration/postcopy-tests.c | 12 ++++--------
 tests/qtest/migration/tls-tests.c      |  8 ++++----
 4 files changed, 24 insertions(+), 28 deletions(-)

-- 
2.50.1
Re: [PATCH v2 0/2] tests/migration-test: Small cleanup series on postcopy tests
Posted by Fabiano Rosas 3 weeks, 2 days ago
Peter Xu <peterx@redhat.com> writes:

> v2:
> - add one sentence to commit message of patch 2
>
> This series removes two unnecessary fields in MigrateCommon that was only
> for postcopy tests.
>
> Comments welcomed, thanks.
>
> Peter Xu (2):
>   tests/migration-test: Remove postcopy_data from MigrateCommon
>   tests/migration-test: Remove postcopy_recovery_fail_stage from
>     MigrateCommon
>
>  tests/qtest/migration/framework.h      |  7 ++-----
>  tests/qtest/migration/framework.c      | 25 ++++++++++++++-----------
>  tests/qtest/migration/postcopy-tests.c | 12 ++++--------
>  tests/qtest/migration/tls-tests.c      |  8 ++++----
>  4 files changed, 24 insertions(+), 28 deletions(-)

Queued, thanks