aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/migration-test.c
AgeCommit message (Expand)Author
2023-03-22qtests: avoid printing comments before g_test_init()Daniel P. Berrangé
2023-03-13tests/migration: Tweek auto converge limits checkDr. David Alan Gilbert
2023-03-04tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancelPeter Maydell
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu
2022-12-03tests/qtest/migration-test: Fix unlink error and memory leaksThomas Huth
2022-11-06tests/qtest: migration-test: Enable TLS PSK tests for win32Bin Meng
2022-11-06tests/qtest: Fix two format stringsStefan Weil
2022-10-28tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...Xuzhou Cheng
2022-10-28tests/qtest: Use EXIT_FAILURE instead of magic numberBin Meng
2022-10-22tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng
2022-10-12tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: migration-test: Skip running some TLS cases for win32Bin Meng
2022-09-27tests/qtest: migration-test: Disable IO redirection for win32Bin Meng
2022-08-25tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32Bin Meng
2022-08-25tests/qtest: migration-test: Handle link() for win32Bin Meng
2022-08-25tests: Use g_mkdir_with_parents()Bin Meng
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng
2022-08-24tests/qtest/migration-test: Remove duplicated test_postcopy from the test planThomas Huth
2022-08-24tests/qtest/migration-test: Only wait for serial output where migration succeedsThomas Huth
2022-08-01tests/qtest/migration-test: Run the dirty ring tests only with the x86 targetThomas Huth
2022-08-01migration-test: Allow test to run without uffdPeter Xu
2022-08-01migration-test: Use migrate_ensure_converge() for auto-convergePeter Xu
2022-07-20tests: Add postcopy preempt testsPeter Xu
2022-07-20tests: Add postcopy tls recovery migration testPeter Xu
2022-07-20tests: Add postcopy tls migration testPeter Xu
2022-07-20tests: Move MigrateCommon upperPeter Xu
2022-07-20tests: Add dirty page rate limit testHyman Huang(黄勇)
2022-07-05tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé
2022-07-05tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé
2022-07-05tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé
2022-05-16tests: ensure migration status isn't reported as failedDaniel P. Berrangé
2022-05-16tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé
2022-05-16tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-16tests: convert multifd migration tests to use common helperDaniel P. Berrangé
2022-05-16tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé
2022-03-02tests: Pass in MigrateStart** into test_migrate_start()Peter Xu
2021-10-20tests: migration-test: use qtest_has_accel() APIIgor Mammedov
2021-07-29tests: Fix migration-test build failure for sparcPeter Xu
2021-07-26tests/qtest/migration-test.c: use 127.0.0.1 instead of 0Dr. David Alan Gilbert
2021-07-05tests: migration-test: Add dirty ring testPeter Xu
2021-05-13tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell