aboutsummaryrefslogtreecommitdiff
path: root/tests/migration-test.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-10tests: add postcopy recovery testPeter Xu1-0/+80
2018-07-10tests: introduce wait_for_migration_status()Peter Xu1-2/+8
2018-07-10tests: introduce migrate_query*() helpersPeter Xu1-21/+43
2018-07-10tests: allow migrate() to take extra flagsPeter Xu1-6/+6
2018-07-10tests: introduce migrate_postcopy_* helpersPeter Xu1-11/+31
2018-07-06tests/migration: Skip tests for ppc tcgDr. David Alan Gilbert1-6/+17
2018-05-15tests: Migration ppc now inlines its programJuan Quintela1-36/+5
2018-05-15tests: Add migration precopy testJuan Quintela1-2/+42
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-13/+13
2018-04-25migration: add blocktime calculation into migration-testAlexey Perevalov1-0/+16
2018-03-09tests: Silence migration-test 'bad' testDr. David Alan Gilbert1-3/+14
2018-02-14tests/migration: Add test for migration to bad destinationDr. David Alan Gilbert1-15/+50
2018-02-14tests/migration: Add source to PC boot blockDr. David Alan Gilbert1-48/+4
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-06tests: Adjust sleeps for migration testJuan Quintela1-15/+14
2018-02-06tests: Create migrate-start-postcopy commandJuan Quintela1-4/+10
2018-02-06tests: Add deprecated commands migration testJuan Quintela1-0/+46
2018-02-06tests: Use consistent names for migrationJuan Quintela1-4/+4
2018-02-06tests: Consolidate accelerators declarationJuan Quintela1-6/+8
2018-02-06tests: Remove deprecated migration tests commandsJuan Quintela1-25/+8
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell1-16/+0
2018-01-15migration: add blocktime calculation into migration-testAlexey Perevalov1-0/+16
2018-01-15migration: free result stringJuan Quintela1-1/+2
2017-10-29tests: check that migration parameters are really assignedJuan Quintela1-3/+24
2017-10-29tests: Don't abuse global_qtestJuan Quintela1-28/+27
2017-10-29tests: Factorize out migrate_test_start/endJuan Quintela1-38/+48
2017-10-29tests: Refactor setting of parameters/capabilitiesJuan Quintela1-37/+64
2017-10-29tests: rename postcopy-test to migration-testJuan Quintela1-0/+535