You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/qtest/migration
Juraj Marcin 3dec966f27 tests/qtest/migration: Use out-of-band execution for migrate-recover
In real use cases, the migrate-recover command requires out-of-band
execution, because the thread processing normal commands is blocked by a
page fault in the guest memory. With this change, the tests will be
closer to real use cases and could help detect regressions and other
bugs in migration recovery.

Signed-off-by: Juraj Marcin <jmarcin@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
5 days ago
..
aarch64
i386
ppc64
s390x
Makefile
bootfile.c tests/qtest/migration: Move common test code 1 month ago
bootfile.h tests/qtest/migration: Move common test code 1 month ago
compression-tests.c tests/qtest/migration: Fix compile errors when CONFIG_UADK is set 3 weeks ago
cpr-tests.c tests/qtest/migration: Split CPR tests 1 month ago
file-tests.c tests/qtest/migration: Split file tests 1 month ago
framework.c tests/qtest/migration: Use out-of-band execution for migrate-recover 5 days ago
framework.h tests/qtest/migration: Use out-of-band execution for migrate-recover 5 days ago
migration-qmp.c tests/qtest/migration: Use out-of-band execution for migrate-recover 5 days ago
migration-qmp.h tests/qtest/migration: Rename migration-helpers.c 1 month ago
migration-util.c tests/qtest/migration: Re-enable postcopy tests 3 weeks ago
migration-util.h tests/qtest/migration: Move kvm_dirty_ring_supported to utils 1 month ago
misc-tests.c tests/qtest/migration: Split validation tests + misc 1 month ago
postcopy-tests.c tests/qtest/migration: Split postcopy tests 1 month ago
precopy-tests.c tests/qtest/migration: Do proper cleanup in the dirty_limit test 3 weeks ago
tls-tests.c tests/qtest/migration: Split TLS tests from migration-test.c 1 month ago