summary refs log tree commit diff stats
path: root/tests/migration (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/migration: Disambiguate guestperf vs. a-bFabiano Rosas2024-12-1230-3365/+0
* tests/qtest/migration-test: Use custom asm bios for ppc64Nicholas Piggin2024-06-145-1/+125
* tests/qtest: option to suspend during migrationSteve Sistare2024-01-043-13/+68
* tests/migration: Introduce dirty-limit into guestperfHyman Huang2023-11-035-4/+81
* tests/migration: Introduce dirty-ring-size option into guestperfHyman Huang2023-11-033-4/+16
* python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2023-10-121-75/+75
* s390x/a-b-bios: zero the first byte of each page on startDaniil Tatianin2023-10-042-177/+211
* i386/a-b-bootblock: zero the first byte of each page on startDaniil Tatianin2023-10-042-8/+17
* i386/a-b-bootblock: factor test memory addresses out into constantsDaniil Tatianin2023-10-041-3/+6
* tests/: spelling fixesMichael Tokarev2023-09-082-2/+2
* meson: do not unnecessarily use cmake for dependenciesPaolo Bonzini2023-09-071-1/+1
* tests/migration: Add -fno-stack-protectorAkihiko Odaki2023-08-011-2/+2
* meson: Add static glib dependency for initrd-stress.imgFabiano Rosas2023-05-261-1/+3
* hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth2023-02-141-1/+1
* tests/migration: add support for ppc64le for guestperf.pyMurilo Opsfelder Araujo2023-02-051-3/+25
* tests/migration: add sysprof-capture-4 as dependency for stress binaryMurilo Opsfelder Araujo2023-02-051-1/+3
* tests/migration: remove the unused local variabledinglimin2022-10-111-1/+0
* tests: Use g_mkdir_with_parents()Bin Meng2022-08-251-1/+1
* tests/migration/i386: Speed up the i386 migration test (when using TCG)Thomas Huth2022-08-242-6/+7
* tests/migration/aarch64: Speed up the aarch64 migration testThomas Huth2022-08-242-7/+6
* tests/migration: fix unix socket migrationHyman2021-07-141-1/+1
* tests/migration: fix "downtime_limit" type when "migrate-set-parameters"Hyman Huang(黄勇)2021-07-051-1/+1
* tests/migration: parse the thread-id key of CpuInfoFastHyman Huang(黄勇)2021-07-051-1/+1
* tests/migration: introduce multifd into guestperfHyman2021-05-134-3/+49
* tests/migration: fix parameter of auto-converge migrationHyman Huang(黄勇)2021-04-071-2/+2
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell2021-03-181-8/+10
|\
| * machine: remove 'query-cpus' QMP commandDaniel P. Berrangé2021-03-181-1/+1
| * migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé2021-03-181-7/+9
* | tests/migration: fix unix socket batch migrationHyman2021-03-161-0/+7
|/
* tests: Rename PAGE_SIZE definitionsJiaxun Yang2021-01-201-5/+5
* Remove the deprecated -realtime optionThomas Huth2020-12-151-1/+1
* tests/migration: Fix LGPL information in the file headersGan Qixin2020-11-1513-13/+13
* Remove superfluous .gitignore filesThomas Huth2020-10-131-2/+0
* meson: convert migration/initrd-stressMarc-André Lureau2020-09-082-0/+24
* meson: fix migration/stress compilation with glibc>=2.30Marc-André Lureau2020-09-081-0/+2
* tests/migration/stress: remove unused exit_successMarc-André Lureau2020-09-081-13/+0
* tests/migration: fix unreachable path in stress testMao Zhongyi2020-06-171-8/+5
* tests/migration: mem leak fixMao Zhongyi2020-06-171-19/+2
* tests/migration/guestperf: Use Python 3 interpreterPhilippe Mathieu-Daudé2020-05-313-3/+3
* drop "from __future__ import print_function"Paolo Bonzini2020-02-073-3/+0
* tests/migration: fix a typo in commentMao Zhongyi2019-10-211-1/+1
* Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth2019-09-191-1/+1
* test: Use g_strndup instead of plain strnduptony.nguyen@bt.com2019-08-211-4/+4
* python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-011-12/+12
* Clean up a few header guard symbolsMarkus Armbruster2019-06-121-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-3/+4
* Introduce a Python module structureCleber Rosa2019-02-221-3/+4
* migration-test: Only generate a single target architectureJuan Quintela2018-10-111-9/+14
* tests/migration: Enable the migration test on s390x, tooThomas Huth2018-10-115-1/+318
* tests: Add migration test for aarch64Wei Huang2018-10-115-1/+121