summary refs log tree commit diff stats
path: root/tests/qtest/migration-test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qtest/migration: Document live=true casesPeter Xu2023-06-021-6/+31
* tests/qtest: make more migration pre-copy scenarios run non-liveDaniel P. Berrangé2023-06-021-15/+66
* tests/qtest: distinguish src/dst migration VM stop/resume eventsDaniel P. Berrangé2023-06-021-13/+13
* tests/qtest: capture RESUME events during migrationDaniel P. Berrangé2023-06-021-0/+5
* tests/qtest: replace wait_command() with qtest_qmp_assert_successDaniel P. Berrangé2023-06-021-99/+71
* tests/qtest: switch to using event callbacks for STOP eventDaniel P. Berrangé2023-06-021-0/+4
* tests/qtest: get rid of some 'qtest_qmp' usage in migration testDaniel P. Berrangé2023-06-021-34/+18
* tests/qtest: get rid of 'qmp_command' helper in migration testDaniel P. Berrangé2023-06-021-14/+15
* tests/qtest: replace qmp_discard_response with qtest_qmp_assert_successDaniel P. Berrangé2023-05-161-4/+1
* qtest/migration-test.c: Add postcopy tests with compress enabledLukas Straub2023-05-081-30/+55
* qtest/migration-test.c: Add tests with compress enabledLukas Straub2023-05-081-0/+109
* tests/qtest: Fix tests when no KVM or TCG are presentFabiano Rosas2023-05-021-1/+8
* tests/migration: Only run auto_converge in slow modeJuan Quintela2023-04-201-2/+21
* qtests: avoid printing comments before g_test_init()Daniel P. Berrangé2023-03-221-3/+7
* tests/migration: Tweek auto converge limits checkDr. David Alan Gilbert2023-03-131-8/+11
* tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancelPeter Maydell2023-03-041-2/+8
* util/userfaultfd: Add uffd_open()Peter Xu2023-02-061-2/+2
* Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2023-01-161-1/+1
* tests/qtest/migration-test: Fix unlink error and memory leaksThomas Huth2022-12-031-4/+16
* tests/qtest: migration-test: Enable TLS PSK tests for win32Bin Meng2022-11-061-14/+0
* tests/qtest: Fix two format stringsStefan Weil2022-11-061-2/+2
* 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/+0
* 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/+2
* 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/+20
* 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/+25
* tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé2022-05-161-3/+380