tests/qtest/qom-test.c | 11 + .gitlab-ci.d/check-dco.py | 2 +- .gitlab-ci.d/check-patch.py | 2 +- tests/avocado/replay_kernel.py | 302 ----------------------- tests/functional/meson.build | 22 +- tests/functional/replay_kernel.py | 2 +- tests/functional/test_aarch64_replay.py | 30 +++ tests/functional/test_alpha_replay.py | 29 +++ tests/functional/test_arm_replay.py | 69 ++++++ tests/functional/test_arm_sx1.py | 6 +- tests/functional/test_m68k_replay.py | 42 ++++ tests/functional/test_microblaze_replay.py | 28 +++ tests/functional/test_microblaze_s3adsp1800.py | 27 ++ tests/functional/test_microblazeel_s3adsp1800.py | 31 +-- tests/functional/test_or1k_replay.py | 27 ++ tests/functional/test_ppc64_e500.py | 33 ++- tests/functional/test_ppc64_replay.py | 49 ++++ tests/functional/test_ppc_replay.py | 34 +++ tests/functional/test_s390x_replay.py | 28 +++ tests/functional/test_sparc_replay.py | 27 ++ tests/functional/test_x86_64_replay.py | 35 +++ tests/functional/test_xtensa_replay.py | 28 +++ 22 files changed, 519 insertions(+), 345 deletions(-) create mode 100755 tests/functional/test_aarch64_replay.py create mode 100755 tests/functional/test_alpha_replay.py create mode 100755 tests/functional/test_arm_replay.py create mode 100755 tests/functional/test_m68k_replay.py create mode 100755 tests/functional/test_microblaze_replay.py create mode 100755 tests/functional/test_or1k_replay.py create mode 100755 tests/functional/test_ppc64_replay.py create mode 100755 tests/functional/test_ppc_replay.py create mode 100755 tests/functional/test_s390x_replay.py create mode 100755 tests/functional/test_sparc_replay.py create mode 100755 tests/functional/test_x86_64_replay.py create mode 100755 tests/functional/test_xtensa_replay.py