Age | Commit message (Expand) | Author | Files | Lines |
2022-07-05 | tests: wait for migration completion before looking for STOP event | Daniel P. Berrangé | 1 | -1/+4 |
2022-05-16 | tests: ensure migration status isn't reported as failed | Daniel P. Berrangé | 1 | -3/+3 |
2022-05-16 | tests: add multifd migration tests of TLS with x509 credentials | Daniel P. Berrangé | 1 | -0/+127 |
2022-05-16 | tests: add multifd migration tests of TLS with PSK credentials | Daniel P. Berrangé | 1 | -4/+56 |
2022-05-16 | tests: convert multifd migration tests to use common helper | Daniel P. Berrangé | 1 | -37/+40 |
2022-05-16 | tests: convert XBZRLE migration test to use common helper | Daniel P. Berrangé | 1 | -42/+25 |
2022-05-16 | tests: add migration tests of TLS with x509 credentials | Daniel P. Berrangé | 1 | -3/+380 |
2022-05-16 | tests: add migration tests of TLS with PSK credentials | Daniel P. Berrangé | 1 | -4/+157 |
2022-05-03 | tests: move libqtest.h back under qtest/ | Marc-André Lureau | 1 | -1/+1 |
2022-04-21 | tests: expand the migration precopy helper to support failures | Daniel P. Berrangé | 1 | -9/+42 |
2022-04-21 | tests: switch migration FD passing test to use common precopy helper | Daniel P. Berrangé | 1 | -36/+21 |
2022-04-21 | tests: introduce ability to provide hooks for migration precopy test | Daniel P. Berrangé | 1 | -0/+38 |
2022-04-21 | tests: merge code for UNIX and TCP migration pre-copy tests | Daniel P. Berrangé | 1 | -49/+49 |
2022-04-21 | tests: switch MigrateStart struct to be stack allocated | Daniel P. Berrangé | 1 | -78/+56 |
2022-03-02 | tests: Pass in MigrateStart** into test_migrate_start() | Peter Xu | 1 | -12/+15 |
2021-10-20 | tests: migration-test: use qtest_has_accel() API | Igor Mammedov | 1 | -11/+4 |
2021-07-29 | tests: Fix migration-test build failure for sparc | Peter Xu | 1 | -2/+3 |
2021-07-26 | tests/qtest/migration-test.c: use 127.0.0.1 instead of 0 | Dr. David Alan Gilbert | 1 | -2/+2 |
2021-07-05 | tests: migration-test: Add dirty ring test | Peter Xu | 1 | -3/+55 |
2021-05-13 | tests/qtest/migration-test: Use g_autofree to avoid leaks on error paths | Peter Maydell | 1 | -41/+20 |
2021-05-13 | tests/migration-test: Fix "true" vs true | Dr. David Alan Gilbert | 1 | -7/+7 |
2021-03-18 | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 1 | -48/+0 |
2020-10-26 | migration-test: Only hide error if !QTEST_LOG | Peter Xu | 1 | -1/+5 |
2020-10-13 | tests/migration: Allow longer timeouts | Dr. David Alan Gilbert | 1 | -10/+11 |
2020-08-21 | meson: convert tests/qtest to meson | Paolo Bonzini | 1 | -2/+2 |
2020-07-02 | Revert "tests/migration: Reduce autoconverge initial bandwidth" | Michael S. Tsirkin | 1 | -1/+1 |
2020-05-27 | tests/migration: Tighten error checking | Markus Armbruster | 1 | -2/+2 |
2020-03-25 | tests/migration: Reduce autoconverge initial bandwidth | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-02-28 | multifd: Add zstd compression multifd support | Juan Quintela | 1 | -0/+10 |
2020-02-28 | multifd: Add zlib compression multifd support | Juan Quintela | 1 | -0/+6 |
2020-02-28 | multifd: Add multifd-compression parameter | Juan Quintela | 1 | -4/+10 |
2020-02-13 | migration-test: fix some memleaks in migration-test | Pan Nengyuan | 1 | -2/+12 |
2020-02-13 | tests/migration: Add some slack to auto converge | Dr. David Alan Gilbert | 1 | -1/+2 |
2020-01-29 | migration-test: Make sure that multifd and cancel works | Juan Quintela | 1 | -1/+111 |
2020-01-29 | migration-test: Use g_free() instead of free() | Juan Quintela | 1 | -1/+1 |
2020-01-20 | migration-test: introduce functions to handle string parameters | Juan Quintela | 1 | -0/+37 |
2020-01-20 | migration-test: Add migration multifd test | Juan Quintela | 1 | -0/+56 |
2020-01-16 | migration-test: ppc64: fix FORTH test program | Laurent Vivier | 1 | -2/+2 |
2020-01-12 | test: Move qtests to a separate directory | Thomas Huth | 1 | -0/+1281 |