summaryrefslogtreecommitdiffstats
path: root/tests/qtest/migration-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests/qtest: migration-test: Make sure QEMU process "to" exited after migrati...Xuzhou Cheng2022-10-281-0/+4
* tests/qtest: Use EXIT_FAILURE instead of magic numberBin Meng2022-10-281-2/+2
* tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng2022-10-221-2/+2
* tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng2022-10-121-4/+6
* tests/qtest: migration-test: Skip running some TLS cases for win32Bin Meng2022-09-271-0/+14
* tests/qtest: migration-test: Disable IO redirection for win32Bin Meng2022-09-271-0/+9
* tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32Bin Meng2022-08-251-0/+4
* tests/qtest: migration-test: Handle link() for win32Bin Meng2022-08-251-0/+8
* tests: Use g_mkdir_with_parents()Bin Meng2022-08-251-3/+3
* tests/qtest: Use g_mkdtemp()Bin Meng2022-08-251-2/+2
* tests/qtest/migration-test: Remove duplicated test_postcopy from the test planThomas Huth2022-08-241-1/+0Star
* tests/qtest/migration-test: Only wait for serial output where migration succeedsThomas Huth2022-08-241-1/+3
* tests/qtest/migration-test: Run the dirty ring tests only with the x86 targetThomas Huth2022-08-011-3/+4
* migration-test: Allow test to run without uffdPeter Xu2022-08-011-23/+25
* migration-test: Use migrate_ensure_converge() for auto-convergePeter Xu2022-08-011-17/+2Star
* tests: Add postcopy preempt testsPeter Xu2022-07-201-2/+57
* tests: Add postcopy tls recovery migration testPeter Xu2022-07-201-9/+30
* tests: Add postcopy tls migration testPeter Xu2022-07-201-10/+51
* tests: Move MigrateCommon upperPeter Xu2022-07-201-72/+72
* tests: Add dirty page rate limit testHyman Huang(黄勇)2022-07-201-0/+256
* tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé2022-07-051-34/+20Star
* tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé2022-07-051-1/+1
* tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé2022-07-051-1/+4
* tests: ensure migration status isn't reported as failedDaniel P. Berrangé2022-05-161-3/+3
* tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé2022-05-161-0/+127
* tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé2022-05-161-4/+56
* tests: convert multifd migration tests to use common helperDaniel P. Berrangé2022-05-161-37/+40
* tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé2022-05-161-42/+25Star
* tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé2022-05-161-3/+380
* tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé2022-05-161-4/+157
* tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-031-1/+1
* tests: expand the migration precopy helper to support failuresDaniel P. Berrangé2022-04-211-9/+42
* tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé2022-04-211-36/+21Star
* tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé2022-04-211-0/+38
* tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé2022-04-211-49/+49
* tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé2022-04-211-78/+56Star
* tests: Pass in MigrateStart** into test_migrate_start()Peter Xu2022-03-021-12/+15
* tests: migration-test: use qtest_has_accel() APIIgor Mammedov2021-10-201-11/+4Star
* tests: Fix migration-test build failure for sparcPeter Xu2021-07-291-2/+3
* tests/qtest/migration-test.c: use 127.0.0.1 instead of 0Dr. David Alan Gilbert2021-07-261-2/+2
* tests: migration-test: Add dirty ring testPeter Xu2021-07-051-3/+55
* tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell2021-05-131-41/+20Star
* tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert2021-05-131-7/+7
* migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé2021-03-181-48/+0Star
* migration-test: Only hide error if !QTEST_LOGPeter Xu2020-10-261-1/+5
* tests/migration: Allow longer timeoutsDr. David Alan Gilbert2020-10-131-10/+11
* meson: convert tests/qtest to mesonPaolo Bonzini2020-08-211-2/+2
* Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin2020-07-021-1/+1
* tests/migration: Tighten error checkingMarkus Armbruster2020-05-271-2/+2
* tests/migration: Reduce autoconverge initial bandwidthPhilippe Mathieu-Daudé2020-03-251-1/+1