aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas1-1/+1
2023-01-20Merge tag 'pull-riscv-to-apply-20230120' of https://github.com/alistair23/qem...Peter Maydell1-0/+65
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell5-5/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster2-1/+2
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-1/+1
2023-01-20tests/avocado: add RISC-V OpenSBI boot testDaniel Henrique Barboza1-0/+65
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell5-7/+8
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-1/+0
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2-2/+0
2023-01-18Merge tag 'pull-request-2023-01-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-24/+20
2023-01-18tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4Thomas Huth1-4/+3
2023-01-18tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki2-15/+10
2023-01-18tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki2-3/+5
2023-01-18tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPIFabiano Rosas1-2/+2
2023-01-16tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channelsStefan Berger1-0/+10
2023-01-16tests/qtest: Poll on waitpid() for a while before sending SIGKILLStefan Berger1-1/+19
2023-01-16tests/qtest/test-hmp: Improve the check for verbose modeThomas Huth1-1/+1
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu4-6/+7
2023-01-16tests/qtest/qom-test: Do not print tested properties by defaultThomas Huth1-1/+11
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell1-2/+41
2023-01-13tests/avocado: Add tests booting YAMON ROM on MIPS Malta machinesPhilippe Mathieu-Daudé1-2/+41
2023-01-12tests/avocado: Add SD boot test to CubieboardStrahinja Jankovic1-0/+47
2023-01-11enforce use of G_GNUC_PRINTF attributesDaniel P. Berrangé1-0/+1
2023-01-11tests: add G_GNUC_PRINTF for various functionsDaniel P. Berrangé14-18/+36
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-19/+24
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2-6/+2
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov1-1/+1
2023-01-09tests/qtest/bios-tables-test: Replace -no-hpet with hpet=off machine parameterThomas Huth1-8/+14
2023-01-09tests/readconfig: spice doesn't support unix socket on windows yetMarc-André Lureau1-2/+4
2023-01-09tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hostsPhilippe Mathieu-Daudé1-2/+1
2023-01-09qemu-iotests/stream-under-throttle: do not shutdown QEMUChristian Borntraeger1-0/+2
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell7-0/+20
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-5/+9
2023-01-08tests: acpi: aarch64: Add *.topology tablesYicong Yang4-3/+0
2023-01-08tests: acpi: aarch64: Add topology test for aarch64Yicong Yang1-0/+19
2023-01-08tests: acpi: Add and whitelist *.topology blobsYicong Yang4-0/+3
2023-01-08tests: virt: Update expected ACPI tables for virt testYicong Yang3-2/+0
2023-01-08tests: virt: Allow changes to PPTT test tableYicong Yang1-0/+2
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-0/+1
2023-01-06Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...Peter Maydell3-0/+40
2023-01-06Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-15/+236
2023-01-06Merge tag 'pull-hex-20230105' of https://github.com/quic/qemu into stagingPeter Maydell5-4/+242
2023-01-06target/riscv: Set pc_succ_insn for !rvc illegal insnRichard Henderson3-0/+40
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini1-0/+8
2023-01-06tests/qapi-schema: remove Meson workaroundPaolo Bonzini1-5/+1
2023-01-05Merge tag 'pull-target-arm-20230105' of https://git.linaro.org/people/pmaydel...Peter Maydell2-7/+24
2023-01-05tests/tcg/multiarch: add vma-pthread.cIlya Leoshkevich4-15/+236
2023-01-05Hexagon (target/hexagon) implement mutability mask for GPRsMarco Liebel2-0/+153
2023-01-05tests/tcg/hexagon: fix underspecifed asm constraintsMukilan Thiyagarajan2-4/+4
2023-01-05linux-user/hexagon: fix signal context save & restoreMukilan Thiyagarajan2-0/+85