aboutsummaryrefslogtreecommitdiff
path: root/tests/migration-test.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-12test: Move qtests to a separate directoryThomas Huth1-1281/+0
2020-01-06tests: add migration-helpers unitMarc-André Lureau1-165/+11
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini1-14/+9
2019-12-17migration-test: Use a struct for test_migrate_start parametersJuan Quintela1-40/+78
2019-12-17migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela1-19/+21
2019-12-17migration-test: Move -incomming handling to common commandlineJuan Quintela1-15/+8
2019-12-17migration-test: Move -serial handling to common commandlineJuan Quintela1-25/+16
2019-12-17migration-test: Move -name handling to common commandlineJuan Quintela1-13/+9
2019-12-17migration-test: Move shmem handling to common commandlineJuan Quintela1-42/+34
2019-12-17migration-test: Move memory size to common commandlineJuan Quintela1-19/+25
2019-12-17migration-test: Move -machine to common commandlineJuan Quintela1-21/+30
2019-12-17migration-test: Move hide_stderr to common commandlineJuan Quintela1-12/+8
2019-12-17migration-test: Create cmd_soure and cmd_targetJuan Quintela1-19/+25
2019-12-17pseries: disable migration-test if /dev/kvm cannot be usedLaurent Vivier1-1/+2
2019-11-26pseries: fix migration-test and pxe-testLaurent Vivier1-2/+2
2019-11-11tests/migration: Print some debug on bad statusDr. David Alan Gilbert1-2/+7
2019-10-03tests/migration: Add a test for auto convergeYury Kotov1-19/+138
2019-09-25tests/migration/postcopy: trim migration bandwidthDr. David Alan Gilbert1-1/+1
2019-09-25tests/migration: Fail on unexpected migration statesDr. David Alan Gilbert1-6/+17
2019-09-12tests/migration: Add a test for validate-uuid capabilityYury Kotov1-30/+110
2019-09-05tests/migration: Do not use functions anymore that rely on global_qtestThomas Huth1-3/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-07-23tests/migration-test: don't spam the logs when we failAlex Bennée1-7/+12
2019-07-15migration-test: rename parameter to parameter_intJuan Quintela1-27/+28
2019-07-08tests/migration-test: Fix read off end of aarch64_kernel arrayPeter Maydell1-15/+7
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-05migration-test: Add a test for fd protocolYury Kotov1-0/+101
2019-03-12test-migration: fix memory leakPaolo Bonzini1-1/+2
2019-03-07tests: Do not use "\n" in g_test_message() stringsThomas Huth1-2/+2
2019-03-06tests: Add basic migration precopy tcp testJuan Quintela1-5/+105
2019-03-06tests: Add migration xbzrle testJuan Quintela1-0/+64
2019-03-06tests/migration-test: Add a test for ignore-shared capabilityYury Kotov1-25/+109
2019-01-11test: execute g_test_run when tests are skippedPaolo Bonzini1-4/+4
2018-10-24tests/migration-test: Disable s390x test when running with TCGThomas Huth1-0/+16
2018-10-11tests/migration: Enable the migration test on s390x, tooThomas Huth1-0/+24
2018-10-11tests: Add migration test for aarch64Wei Huang1-4/+23
2018-09-26tests/migration: Speed up the test on ppc64Thomas Huth1-3/+3
2018-09-26tests/migration: Add migration-test header fileWei Huang1-10/+18
2018-09-26tests/migration: Support cross compilation in generating boot header fileWei Huang1-1/+1
2018-08-23tests/migration-test: Silence the kvm_hv message by defaultThomas Huth1-9/+11
2018-08-16migration-test: Clean up string interpolation into QMP, part 3Markus Armbruster1-46/+30
2018-08-16migration-test: Clean up string interpolation into QMP, part 2Markus Armbruster1-12/+22
2018-08-16migration-test: Clean up string interpolation into QMP, part 1Markus Armbruster1-6/+6
2018-08-16migration-test: Make wait_command() cope with '%'Markus Armbruster1-2/+7
2018-08-16tests: New helper qtest_qmp_receive_success()Markus Armbruster1-20/+9
2018-08-16migration-test: Make wait_command() return the "return" memberMarkus Armbruster1-23/+15
2018-08-16tests: Clean up string interpolation into QMP input (simple cases)Markus Armbruster1-5/+3
2018-08-16libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster1-0/+3
2018-07-24tests: only update last_byte when at the edgePeter Xu1-1/+1
2018-07-10tests: hide stderr for postcopy recovery testPeter Xu1-4/+5