summary refs log tree commit diff stats
path: root/tests/qtest/migration-test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé2022-05-161-42/+25
* 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/+21
* 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/+56
* 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/+4
* 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/+20
* 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/+0
* 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
* multifd: Add zstd compression multifd supportJuan Quintela2020-02-281-0/+10
* multifd: Add zlib compression multifd supportJuan Quintela2020-02-281-0/+6
* multifd: Add multifd-compression parameterJuan Quintela2020-02-281-4/+10
* migration-test: fix some memleaks in migration-testPan Nengyuan2020-02-131-2/+12
* tests/migration: Add some slack to auto convergeDr. David Alan Gilbert2020-02-131-1/+2
* migration-test: Make sure that multifd and cancel worksJuan Quintela2020-01-291-1/+111
* migration-test: Use g_free() instead of free()Juan Quintela2020-01-291-1/+1
* migration-test: introduce functions to handle string parametersJuan Quintela2020-01-201-0/+37
* migration-test: Add migration multifd testJuan Quintela2020-01-201-0/+56
* migration-test: ppc64: fix FORTH test programLaurent Vivier2020-01-161-2/+2
* test: Move qtests to a separate directoryThomas Huth2020-01-121-0/+1281