aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/migration-test.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15tests/qtest/migration-test.c: spelling fix: bandwithMichael Tokarev1-1/+1
2023-11-03tests: Add migration dirty-limit capability testHyman Huang1-0/+164
2023-11-02migration: modify test_multifd_tcp_none() to use new QAPI syntax.Het Gala1-1/+6
2023-11-02tests/migration-test: Add a test for postcopy hangs during RECOVERFabiano Rosas1-6/+104
2023-11-02tests/qtest: migration: add reboot mode testSteve Sistare1-0/+33
2023-10-20tests/qtest/migration: Allow user to specify a machine typeFabiano Rosas1-2/+3
2023-10-20tests/qtest/migration: Support more than one QEMU binaryFabiano Rosas1-4/+24
2023-10-20tests/qtest/migration: Set q35 as the default machine for x86_86Fabiano Rosas1-1/+6
2023-10-20tests/qtest/migration: Specify the geometry of the bootsectorFabiano Rosas1-1/+3
2023-10-20tests/qtest/migration: Define a machine for all architecturesFabiano Rosas1-3/+13
2023-10-20tests/qtest/migration-test: Disable the analyze-migration.py test on s390xThomas Huth1-1/+3
2023-10-17tests/qtest: migration-test: Add tests for file-based migrationFabiano Rosas1-0/+147
2023-10-17tests/qtest/migration: Add a test for the analyze-migration scriptFabiano Rosas1-0/+60
2023-10-11tests/qtest: migration: Add support for negative testing of qmp_migrateFabiano Rosas1-4/+12
2023-10-11tests/qtest: migration: Use migrate_incoming_qmp where appropriateFabiano Rosas1-8/+4
2023-10-11tests/qtest: migration: Expose migrate_set_capabilityFabiano Rosas1-11/+0
2023-09-29migration-test: simplify shmem_opts handlingJuan Quintela1-5/+2
2023-09-29migration-test: dirtylimit checks for x86_64 arch beforeJuan Quintela1-4/+1
2023-09-29migration-test: Add bootfile_create/delete() functionsJuan Quintela1-14/+36
2023-09-29migration-test: bootpath is the same for all tests and for all archsJuan Quintela1-11/+9
2023-09-29migration-test: Create kvm_optsJuan Quintela1-4/+7
2023-09-08tests/: spelling fixesMichael Tokarev1-3/+3
2023-07-26qtest/migration-tests.c: use "-incoming defer" for postcopy testsWei Wang1-2/+4
2023-07-26migration-test: machine_opts is really arch specificJuan Quintela1-9/+5
2023-07-26migration-test: Create arch_optsJuan Quintela1-15/+15
2023-07-26migration-test: Make machine_opts regular with other optionsJuan Quintela1-6/+4
2023-07-26migration-test: Be consistent for ppcJuan Quintela1-1/+1
2023-07-18tests/qtest: Fix typo in multifd cancel testFabiano Rosas1-1/+1
2023-07-10tests/qtest: massively speed up migration-testDaniel P. Berrangé1-18/+125
2023-06-30tests: Add migration switchover ack capability testAvihai Horon1-0/+31
2023-06-02qtest/migration: Document live=true casesPeter Xu1-6/+31
2023-06-02tests/qtest: make more migration pre-copy scenarios run non-liveDaniel P. Berrangé1-15/+66
2023-06-02tests/qtest: distinguish src/dst migration VM stop/resume eventsDaniel P. Berrangé1-13/+13
2023-06-02tests/qtest: capture RESUME events during migrationDaniel P. Berrangé1-0/+5
2023-06-02tests/qtest: replace wait_command() with qtest_qmp_assert_successDaniel P. Berrangé1-99/+71
2023-06-02tests/qtest: switch to using event callbacks for STOP eventDaniel P. Berrangé1-0/+4
2023-06-02tests/qtest: get rid of some 'qtest_qmp' usage in migration testDaniel P. Berrangé1-34/+18
2023-06-02tests/qtest: get rid of 'qmp_command' helper in migration testDaniel P. Berrangé1-14/+15
2023-05-16tests/qtest: replace qmp_discard_response with qtest_qmp_assert_successDaniel P. Berrangé1-4/+1
2023-05-08qtest/migration-test.c: Add postcopy tests with compress enabledLukas Straub1-30/+55
2023-05-08qtest/migration-test.c: Add tests with compress enabledLukas Straub1-0/+109
2023-05-02tests/qtest: Fix tests when no KVM or TCG are presentFabiano Rosas1-1/+8
2023-04-20tests/migration: Only run auto_converge in slow modeJuan Quintela1-2/+21
2023-03-22qtests: avoid printing comments before g_test_init()Daniel P. Berrangé1-3/+7
2023-03-13tests/migration: Tweek auto converge limits checkDr. David Alan Gilbert1-8/+11
2023-03-04tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancelPeter Maydell1-2/+8
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu1-2/+2
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu1-1/+1
2022-12-03tests/qtest/migration-test: Fix unlink error and memory leaksThomas Huth1-4/+16
2022-11-06tests/qtest: migration-test: Enable TLS PSK tests for win32Bin Meng1-14/+0