summary refs log tree commit diff stats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-09-0855-86/+75
|\ \ \ \
| * | | | tests/qtest/usb-hcd: Remove the empty "init" testsThomas Huth2023-09-082-11/+0
| * | | | tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size testMarkus Armbruster2023-09-081-1/+1
| * | | | docs tests: Fix use of migrate_set_parameterMarkus Armbruster2023-09-082-4/+4
| * | | | tests/: spelling fixesMichael Tokarev2023-09-0849-69/+69
| * | | | hexagon: spelling fixesMichael Tokarev2023-09-082-2/+2
| |/ / /
* | | | Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi2023-09-082-14/+12
|\ \ \ \
| * | | | qemu-iotests/197: use more generic commands for formats other than qcow2Andrey Drobyshev2023-09-072-14/+12
| |/ / /
* / / / tests/qtest: Introduce tests for UFSJeuk Kim2023-09-072-0/+588
|/ / /
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-076-18/+16
|\ \ \ | |/ / |/| |
| * | configure, meson: remove target OS symbols from config-host.makPaolo Bonzini2023-09-073-10/+10
| * | configure, meson: move --enable-plugins to mesonPaolo Bonzini2023-09-072-5/+3
| * | configure: remove HOST_CCPaolo Bonzini2023-09-071-1/+1
| * | meson: do not unnecessarily use cmake for dependenciesPaolo Bonzini2023-09-072-2/+2
* | | Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi2023-09-072-31/+83
|\ \ \
| * | | hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel2023-09-062-31/+83
* | | | Merge tag 'pull-parallels-2023-09-06' of https://src.openvz.org/scm/~den/qemu...Stefan Hajnoczi2023-09-074-51/+264
|\ \ \ \
| * | | | iotests: Add test for data_off checkAlexander Ivanov2023-09-062-0/+25
| * | | | iotests: Fix test 131 after repair was added to parallels_open()Alexander Ivanov2023-09-062-17/+4
| * | | | iotests: Fix cluster size in parallels images tests (131)Alexander Ivanov2023-09-062-23/+26
| * | | | iotests: Refactor tests of parallels images checks (131)Alexander Ivanov2023-09-061-13/+16
| * | | | iotests: Add test for BAT entries duplication checkAlexander Ivanov2023-09-062-0/+63
| * | | | iotests: Add leak check test for parallels formatAlexander Ivanov2023-09-062-0/+49
| * | | | iotests: Add out-of-image check test for parallels formatAlexander Ivanov2023-09-062-0/+83
* | | | | Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2023-09-072-6/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tests/avocado: ppc64 reverse debugging tests for pseries and powernvNicholas Piggin2023-09-061-0/+29
| * | | | tests/avocado: reverse-debugging cope with re-executing breakpointsNicholas Piggin2023-09-061-4/+21
| * | | | tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mountNicholas Piggin2023-09-061-2/+1
| |/ / /
* | | | Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2023-09-061-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | tests/avocado/machine_aspeed.py: Update SDK imagesCédric Le Goater2023-09-011-6/+6
| |/ /
* | | Merge tag 'pull-request-2023-08-31' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-09-058-7/+119
|\ \ \
| * | | meson: test for CONFIG_TCG in config_allPaolo Bonzini2023-08-311-2/+2
| * | | tests/qtest/bios-tables-test: Check for virtio-iommu device before using itThomas Huth2023-08-311-2/+6
| * | | tests/qtest/netdev-socket: Avoid variable-length array in inet_get_free_port_...Peter Maydell2023-08-311-1/+1
| * | | tests/qtest/usb-hcd-xhci-test: Check availability of devices before using themThomas Huth2023-08-311-2/+6
| * | | tests/tcg/s390x: Test precise self-modifying code handlingIlya Leoshkevich2023-08-314-0/+104
| |/ /
* / / tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.incPhilippe Mathieu-Daudé2023-08-313-2/+2
|/ /
* | Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi2023-08-3117-219/+151
|\ \
| * | gdbstub: fixes cases where wrong threads were reported to GDB on SIGINTMatheus Branco Borella2023-08-303-2/+135
| * | tests/tcg: clean-up gdb confirm/pagination settingsAlex Bennée2023-08-3010-33/+2
| * | tests: remove test-gdbstub.pyAlex Bennée2023-08-301-177/+0
| * | tests/tcg: remove quoting for info outputAlex Bennée2023-08-302-3/+3
| * | tests/docker: cleanup non-verbose outputAlex Bennée2023-08-301-3/+3
| * | gitlab: enable ccache for many build jobsDaniel P. Berrangé2023-08-301-1/+8
| |/
* / tests/qemu-iotests/197: add testcase for CoR with subclustersAndrey Drobyshev2023-08-302-0/+53
|/
* tests/docker: add python3-tomli dependency to containersPaolo Bonzini2023-08-2819-4/+74
* Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini2023-08-283-18/+9
* lcitool: bump libvirt-ci submodule and regeneratePaolo Bonzini2023-08-2816-31/+31
* dockerfiles: bump tricore cross compiler container to Debian 11Paolo Bonzini2023-08-281-1/+1
* Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-08-243-0/+61
|\