aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-10-20tests/qtest/migration: Define a machine for all architecturesFabiano Rosas
2023-10-20tests/qtest/migration: Introduce find_common_machine_versionFabiano Rosas
2023-10-20tests/qtest: Introduce qtest_resolve_machine_aliasFabiano Rosas
2023-10-20tests/qtest: Introduce qtest_has_machine_with_envFabiano Rosas
2023-10-20tests/qtest: Allow qtest_get_machines to use an alternate QEMU binaryFabiano Rosas
2023-10-20tests/qtest: Introduce qtest_init_with_envFabiano Rosas
2023-10-20tests/qtest: Allow qtest_qemu_binary to use a custom environment variableFabiano Rosas
2023-10-20tests/qtest/migration-test: Disable the analyze-migration.py test on s390xThomas Huth
2023-10-20tests/qtest/migration-test: Disable the analyze-migration.py test on s390xThomas Huth
2023-10-20tests/avocado: s390x cpu topology bad movePierre Morel
2023-10-20tests/avocado: s390x cpu topology dedicated errorsPierre Morel
2023-10-20tests/avocado: s390x cpu topology test socket fullPierre Morel
2023-10-20tests/avocado: s390x cpu topology test dedicated CPUPierre Morel
2023-10-20tests/avocado: s390x cpu topology entitlement testsPierre Morel
2023-10-20tests/avocado: s390x cpu topology polarizationPierre Morel
2023-10-20tests/avocado: s390x cpu topology corePierre Morel
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-18configure, tests/tcg: simplify GDB conditionalsPaolo Bonzini
2023-10-18tests/tcg/arm: move non-SVE tests out of conditionalPaolo Bonzini
2023-10-17meson: do not use set10Paolo Bonzini
2023-10-17tests/vm: avoid invalid escape in Python stringPaolo Bonzini
2023-10-17tests/avocado: avoid invalid escape in Python stringPaolo Bonzini
2023-10-17tests/docker: avoid invalid escape in Python stringPaolo Bonzini
2023-10-17tests/vm: netbsd: install dtcPaolo Bonzini
2023-10-17iotests: use the correct python to run lintersJohn Snow
2023-10-17iotests: get rid of '..' in path environment outputJohn Snow
2023-10-17tests/qtest: migration-test: Add tests for file-based migrationFabiano Rosas
2023-10-17tests/qtest/migration: Add a test for the analyze-migration scriptFabiano Rosas
2023-10-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-10-16Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi
2023-10-16Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-10-13hw/ufs: Fix code coverity issuesJeuk Kim
2023-10-13hw/loongarch/virt: Remove unused 'loongarch_virt_pm' regionSong Gao
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy
2023-10-12tests/vm/basevm.py: use cmd() instead of qmp()Vladimir Sementsov-Ogievskiy
2023-10-12iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy
2023-10-12iotests: drop some extra ** in qmp() callVladimir Sementsov-Ogievskiy
2023-10-12iotests: drop some extra semicolonsVladimir Sementsov-Ogievskiy
2023-10-12iotests: refactor some common qmp result checks into generic patternVladimir Sementsov-Ogievskiy
2023-10-12iotests: add some missed checks of qmp resultVladimir Sementsov-Ogievskiy
2023-10-12iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy
2023-10-12block: Protect bs->children with graph_lockKevin Wolf
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-10-12test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine contextKevin Wolf