aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/migration-test.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-27tests/qtest: migration-test: Skip running some TLS cases for win32Bin Meng1-0/+14
2022-09-27tests/qtest: migration-test: Disable IO redirection for win32Bin Meng1-0/+9
2022-08-25tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32Bin Meng1-0/+4
2022-08-25tests/qtest: migration-test: Handle link() for win32Bin Meng1-0/+8
2022-08-25tests: Use g_mkdir_with_parents()Bin Meng1-3/+3
2022-08-25tests/qtest: Use g_mkdtemp()Bin Meng1-2/+2
2022-08-24tests/qtest/migration-test: Remove duplicated test_postcopy from the test planThomas Huth1-1/+0
2022-08-24tests/qtest/migration-test: Only wait for serial output where migration succeedsThomas Huth1-1/+3
2022-08-01tests/qtest/migration-test: Run the dirty ring tests only with the x86 targetThomas Huth1-3/+4
2022-08-01migration-test: Allow test to run without uffdPeter Xu1-23/+25
2022-08-01migration-test: Use migrate_ensure_converge() for auto-convergePeter Xu1-17/+2
2022-07-20tests: Add postcopy preempt testsPeter Xu1-2/+57
2022-07-20tests: Add postcopy tls recovery migration testPeter Xu1-9/+30
2022-07-20tests: Add postcopy tls migration testPeter Xu1-10/+51
2022-07-20tests: Move MigrateCommon upperPeter Xu1-72/+72
2022-07-20tests: Add dirty page rate limit testHyman Huang(黄勇)1-0/+256
2022-07-05tests: use consistent bandwidth/downtime limits in migration testsDaniel P. Berrangé1-34/+20
2022-07-05tests: increase migration test converge downtime to 30 secondsDaniel P. Berrangé1-1/+1
2022-07-05tests: wait for migration completion before looking for STOP eventDaniel P. Berrangé1-1/+4
2022-05-16tests: ensure migration status isn't reported as failedDaniel P. Berrangé1-3/+3
2022-05-16tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé1-0/+127
2022-05-16tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé1-4/+56
2022-05-16tests: convert multifd migration tests to use common helperDaniel P. Berrangé1-37/+40
2022-05-16tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé1-42/+25
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé1-3/+380
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé1-4/+157
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau1-1/+1
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé1-9/+42
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé1-36/+21
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé1-0/+38
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé1-49/+49
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé1-78/+56
2022-03-02tests: Pass in MigrateStart** into test_migrate_start()Peter Xu1-12/+15
2021-10-20tests: migration-test: use qtest_has_accel() APIIgor Mammedov1-11/+4
2021-07-29tests: Fix migration-test build failure for sparcPeter Xu1-2/+3
2021-07-26tests/qtest/migration-test.c: use 127.0.0.1 instead of 0Dr. David Alan Gilbert1-2/+2
2021-07-05tests: migration-test: Add dirty ring testPeter Xu1-3/+55
2021-05-13tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell1-41/+20
2021-05-13tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert1-7/+7
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé1-48/+0
2020-10-26migration-test: Only hide error if !QTEST_LOGPeter Xu1-1/+5
2020-10-13tests/migration: Allow longer timeoutsDr. David Alan Gilbert1-10/+11
2020-08-21meson: convert tests/qtest to mesonPaolo Bonzini1-2/+2
2020-07-02Revert "tests/migration: Reduce autoconverge initial bandwidth"Michael S. Tsirkin1-1/+1
2020-05-27tests/migration: Tighten error checkingMarkus Armbruster1-2/+2
2020-03-25tests/migration: Reduce autoconverge initial bandwidthPhilippe Mathieu-Daudé1-1/+1
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela1-0/+10
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela1-0/+6
2020-02-28multifd: Add multifd-compression parameterJuan Quintela1-4/+10
2020-02-13migration-test: fix some memleaks in migration-testPan Nengyuan1-2/+12