aboutsummaryrefslogtreecommitdiff
path: root/tests/migration-test.c
AgeCommit message (Expand)Author
2020-01-12test: Move qtests to a separate directoryThomas Huth
2020-01-06tests: add migration-helpers unitMarc-André Lureau
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-17migration-test: Use a struct for test_migrate_start parametersJuan Quintela
2019-12-17migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela
2019-12-17migration-test: Move -incomming handling to common commandlineJuan Quintela
2019-12-17migration-test: Move -serial handling to common commandlineJuan Quintela
2019-12-17migration-test: Move -name handling to common commandlineJuan Quintela
2019-12-17migration-test: Move shmem handling to common commandlineJuan Quintela
2019-12-17migration-test: Move memory size to common commandlineJuan Quintela
2019-12-17migration-test: Move -machine to common commandlineJuan Quintela
2019-12-17migration-test: Move hide_stderr to common commandlineJuan Quintela
2019-12-17migration-test: Create cmd_soure and cmd_targetJuan Quintela
2019-12-17pseries: disable migration-test if /dev/kvm cannot be usedLaurent Vivier
2019-11-26pseries: fix migration-test and pxe-testLaurent Vivier
2019-11-11tests/migration: Print some debug on bad statusDr. David Alan Gilbert
2019-10-03tests/migration: Add a test for auto convergeYury Kotov
2019-09-25tests/migration/postcopy: trim migration bandwidthDr. David Alan Gilbert
2019-09-25tests/migration: Fail on unexpected migration statesDr. David Alan Gilbert
2019-09-12tests/migration: Add a test for validate-uuid capabilityYury Kotov
2019-09-05tests/migration: Do not use functions anymore that rely on global_qtestThomas Huth
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-07-23tests/migration-test: don't spam the logs when we failAlex Bennée
2019-07-15migration-test: rename parameter to parameter_intJuan Quintela
2019-07-08tests/migration-test: Fix read off end of aarch64_kernel arrayPeter Maydell
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-05migration-test: Add a test for fd protocolYury Kotov
2019-03-12test-migration: fix memory leakPaolo Bonzini
2019-03-07tests: Do not use "\n" in g_test_message() stringsThomas Huth
2019-03-06tests: Add basic migration precopy tcp testJuan Quintela
2019-03-06tests: Add migration xbzrle testJuan Quintela
2019-03-06tests/migration-test: Add a test for ignore-shared capabilityYury Kotov
2019-01-11test: execute g_test_run when tests are skippedPaolo Bonzini
2018-10-24tests/migration-test: Disable s390x test when running with TCGThomas Huth
2018-10-11tests/migration: Enable the migration test on s390x, tooThomas Huth
2018-10-11tests: Add migration test for aarch64Wei Huang
2018-09-26tests/migration: Speed up the test on ppc64Thomas Huth
2018-09-26tests/migration: Add migration-test header fileWei Huang
2018-09-26tests/migration: Support cross compilation in generating boot header fileWei Huang
2018-08-23tests/migration-test: Silence the kvm_hv message by defaultThomas Huth
2018-08-16migration-test: Clean up string interpolation into QMP, part 3Markus Armbruster
2018-08-16migration-test: Clean up string interpolation into QMP, part 2Markus Armbruster
2018-08-16migration-test: Clean up string interpolation into QMP, part 1Markus Armbruster
2018-08-16migration-test: Make wait_command() cope with '%'Markus Armbruster
2018-08-16tests: New helper qtest_qmp_receive_success()Markus Armbruster
2018-08-16migration-test: Make wait_command() return the "return" memberMarkus Armbruster
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster
2018-08-16libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster
2018-07-24tests: only update last_byte when at the edgePeter Xu
2018-07-10tests: hide stderr for postcopy recovery testPeter Xu