MAINTAINERS | 5 +- scripts/mtest2make.py | 2 +- tests/meson.build | 2 +- .../guestperf-batch.py | 0 .../guestperf-plot.py | 0 .../guestperf.py | 0 .../guestperf/__init__.py | 0 .../guestperf/comparison.py | 0 .../guestperf/engine.py | 0 .../guestperf/hardware.py | 0 .../guestperf/plot.py | 0 .../guestperf/progress.py | 0 .../guestperf/report.py | 0 .../guestperf/scenario.py | 0 .../guestperf/shell.py | 3 +- .../guestperf/timings.py | 0 .../initrd-stress.sh | 0 .../meson.build | 0 .../{migration => migration-stress}/stress.c | 0 tests/qtest/bios-tables-test.c | 4 +- tests/qtest/boot-order-test.c | 7 +- tests/qtest/device-plug-test.c | 11 +- tests/qtest/drive_del-test.c | 7 +- tests/qtest/hd-geo-test.c | 9 +- tests/qtest/libqtest.c | 16 + tests/qtest/libqtest.h | 25 + tests/qtest/meson.build | 27 +- tests/qtest/migration-test.c | 4031 +---------------- tests/{ => qtest}/migration/Makefile | 0 tests/{ => qtest}/migration/aarch64/Makefile | 0 .../migration/aarch64/a-b-kernel.S | 0 .../migration/aarch64/a-b-kernel.h | 0 tests/qtest/migration/bootfile.c | 70 + .../migration/bootfile.h} | 9 +- tests/qtest/migration/compression-tests.c | 239 + tests/qtest/migration/cpr-tests.c | 58 + tests/qtest/migration/file-tests.c | 338 ++ tests/qtest/migration/framework.c | 971 ++++ tests/qtest/migration/framework.h | 230 + tests/{ => qtest}/migration/i386/Makefile | 0 .../migration/i386/a-b-bootblock.S | 0 .../migration/i386/a-b-bootblock.h | 0 .../migration-qmp.c} | 567 ++- tests/qtest/migration/migration-qmp.h | 46 + tests/qtest/migration/migration-util.c | 362 ++ .../migration-util.h} | 27 +- tests/qtest/migration/misc-tests.c | 282 ++ tests/qtest/migration/postcopy-tests.c | 106 + tests/{ => qtest}/migration/ppc64/Makefile | 0 .../{ => qtest}/migration/ppc64/a-b-kernel.S | 0 .../{ => qtest}/migration/ppc64/a-b-kernel.h | 0 tests/qtest/migration/precopy-tests.c | 1007 ++++ tests/{ => qtest}/migration/s390x/Makefile | 0 tests/{ => qtest}/migration/s390x/a-b-bios.c | 0 tests/{ => qtest}/migration/s390x/a-b-bios.h | 0 tests/qtest/migration/tls-tests.c | 791 ++++ tests/qtest/q35-test.c | 12 +- tests/qtest/qos-test.c | 3 +- tests/qtest/stm32l4x5_gpio-test.c | 10 +- tests/qtest/stm32l4x5_syscfg-test.c | 12 +- tests/qtest/virtio-net-failover.c | 3 +- 61 files changed, 4869 insertions(+), 4423 deletions(-) rename tests/{migration => migration-stress}/guestperf-batch.py (100%) rename tests/{migration => migration-stress}/guestperf-plot.py (100%) rename tests/{migration => migration-stress}/guestperf.py (100%) rename tests/{migration => migration-stress}/guestperf/__init__.py (100%) rename tests/{migration => migration-stress}/guestperf/comparison.py (100%) rename tests/{migration => migration-stress}/guestperf/engine.py (100%) rename tests/{migration => migration-stress}/guestperf/hardware.py (100%) rename tests/{migration => migration-stress}/guestperf/plot.py (100%) rename tests/{migration => migration-stress}/guestperf/progress.py (100%) rename tests/{migration => migration-stress}/guestperf/report.py (100%) rename tests/{migration => migration-stress}/guestperf/scenario.py (100%) rename tests/{migration => migration-stress}/guestperf/shell.py (98%) rename tests/{migration => migration-stress}/guestperf/timings.py (100%) rename tests/{migration => migration-stress}/initrd-stress.sh (100%) rename tests/{migration => migration-stress}/meson.build (100%) rename tests/{migration => migration-stress}/stress.c (100%) rename tests/{ => qtest}/migration/Makefile (100%) rename tests/{ => qtest}/migration/aarch64/Makefile (100%) rename tests/{ => qtest}/migration/aarch64/a-b-kernel.S (100%) rename tests/{ => qtest}/migration/aarch64/a-b-kernel.h (100%) create mode 100644 tests/qtest/migration/bootfile.c rename tests/{migration/migration-test.h => qtest/migration/bootfile.h} (85%) create mode 100644 tests/qtest/migration/compression-tests.c create mode 100644 tests/qtest/migration/cpr-tests.c create mode 100644 tests/qtest/migration/file-tests.c create mode 100644 tests/qtest/migration/framework.c create mode 100644 tests/qtest/migration/framework.h rename tests/{ => qtest}/migration/i386/Makefile (100%) rename tests/{ => qtest}/migration/i386/a-b-bootblock.S (100%) rename tests/{ => qtest}/migration/i386/a-b-bootblock.h (100%) rename tests/qtest/{migration-helpers.c => migration/migration-qmp.c} (51%) create mode 100644 tests/qtest/migration/migration-qmp.h create mode 100644 tests/qtest/migration/migration-util.c rename tests/qtest/{migration-helpers.h => migration/migration-util.h} (67%) create mode 100644 tests/qtest/migration/misc-tests.c create mode 100644 tests/qtest/migration/postcopy-tests.c rename tests/{ => qtest}/migration/ppc64/Makefile (100%) rename tests/{ => qtest}/migration/ppc64/a-b-kernel.S (100%) rename tests/{ => qtest}/migration/ppc64/a-b-kernel.h (100%) create mode 100644 tests/qtest/migration/precopy-tests.c rename tests/{ => qtest}/migration/s390x/Makefile (100%) rename tests/{ => qtest}/migration/s390x/a-b-bios.c (100%) rename tests/{ => qtest}/migration/s390x/a-b-bios.h (100%) create mode 100644 tests/qtest/migration/tls-tests.c