aboutsummaryrefslogtreecommitdiff
path: root/tests/migration
AgeCommit message (Expand)AuthorFilesLines
2021-01-20tests: Rename PAGE_SIZE definitionsJiaxun Yang1-5/+5
2020-12-15Remove the deprecated -realtime optionThomas Huth1-1/+1
2020-11-15tests/migration: Fix LGPL information in the file headersGan Qixin13-13/+13
2020-10-13Remove superfluous .gitignore filesThomas Huth1-2/+0
2020-09-08meson: convert migration/initrd-stressMarc-André Lureau2-0/+24
2020-09-08meson: fix migration/stress compilation with glibc>=2.30Marc-André Lureau1-0/+2
2020-09-08tests/migration/stress: remove unused exit_successMarc-André Lureau1-13/+0
2020-06-17tests/migration: fix unreachable path in stress testMao Zhongyi1-8/+5
2020-06-17tests/migration: mem leak fixMao Zhongyi1-19/+2
2020-05-31tests/migration/guestperf: Use Python 3 interpreterPhilippe Mathieu-Daudé3-3/+3
2020-02-07drop "from __future__ import print_function"Paolo Bonzini3-3/+0
2019-10-21tests/migration: fix a typo in commentMao Zhongyi1-1/+1
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth1-1/+1
2019-08-21test: Use g_strndup instead of plain strnduptony.nguyen@bt.com1-4/+4
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow1-12/+12
2019-06-12Clean up a few header guard symbolsMarkus Armbruster1-1/+1
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-3/+4
2019-02-22Introduce a Python module structureCleber Rosa1-3/+4
2018-10-11migration-test: Only generate a single target architectureJuan Quintela1-9/+14
2018-10-11tests/migration: Enable the migration test on s390x, tooThomas Huth5-1/+318
2018-10-11tests: Add migration test for aarch64Wei Huang5-1/+121
2018-10-03Revert "tests: migration/guestperf Python 2.6 argparse compatibility"Eduardo Habkost1-5/+3
2018-09-26tests/migration: Add migration-test header fileWei Huang1-0/+21
2018-09-26tests/migration: Support cross compilation in generating boot header fileWei Huang4-28/+50
2018-09-26tests/migration: Convert x86 boot block compilation script into MakefileWei Huang3-33/+31
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost3-31/+34
2018-02-14tests/migration: Add source to PC boot blockDr. David Alan Gilbert3-0/+176
2018-02-09Clean up includesMarkus Armbruster1-9/+1
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost1-4/+2
2017-10-11guestperf: Configure logging on all shell frontendsEduardo Habkost1-0/+13
2017-08-30tests: migration/guestperf Python 2.6 argparse compatibilityStefan Hajnoczi1-3/+5
2016-07-22tests: introduce a framework for testing migration performanceDaniel P. Berrange15-0/+2316