Fabiano Rosas <[email protected]> wrote: > Based-on: > [PATCH V4 0/2] migration file URI > https://lore.kernel.org/r/[email protected]
Full series are integrated for next PULL request. Thanks, Juan. > > Since v4: > > - Implemented a separate version of test_precopy_common to be used > with the file transport (patch 6). > > v4: > https://lore.kernel.org/r/[email protected] > > v3: > https://lore.kernel.org/r/[email protected] > > v2: > https://lore.kernel.org/r/[email protected] > > v1: > https://lore.kernel.org/r/[email protected] > > Fabiano Rosas (6): > tests/qtest: migration: Expose migrate_set_capability > tests/qtest: migration: Add migrate_incoming_qmp helper > tests/qtest: migration: Use migrate_incoming_qmp where appropriate > migration: Set migration status early in incoming side > tests/qtest: migration: Add support for negative testing of > qmp_migrate > tests/qtest: migration-test: Add tests for file-based migration > > migration/migration.c | 7 +- > tests/qtest/libqtest.c | 33 ++++++ > tests/qtest/libqtest.h | 28 +++++ > tests/qtest/meson.build | 1 + > tests/qtest/migration-helpers.c | 60 ++++++++++ > tests/qtest/migration-helpers.h | 10 ++ > tests/qtest/migration-test.c | 185 ++++++++++++++++++++++++++---- > tests/qtest/virtio-net-failover.c | 77 ++----------- > 8 files changed, 308 insertions(+), 93 deletions(-)
