aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-01-13tests/avocado: Add tests booting YAMON ROM on MIPS Malta machinesPhilippe Mathieu-Daudé1-2/+41
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
2023-01-05Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell1-1/+1
2023-01-05target/arm: align exposed ID registers with LinuxZhuojia Shen2-7/+24
2023-01-04iotests/check: Fix typing for sys.exit() valueJohn Snow1-1/+1
2022-12-23tests/docker: use prebuilt toolchain for debian-hexagon-crossMukilan Thiyagarajan3-179/+19
2022-12-23tests/tcg: fix unused variable in linux-testAlex Bennée1-1/+5
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell5-3/+15
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé1-1/+1
2022-12-21acpi/tests/avocado/bits: add mformat as one of the dependenciesAni Sinha1-1/+1
2022-12-21acpi/tests/avocado/bits: add SPDX license identifiers for bios bits testsAni Sinha3-0/+12
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé1-1/+1
2022-12-20accel/tcg: Use interval tree for user-only page trackingRichard Henderson1-0/+22
2022-12-20util: Add interval-tree.cRichard Henderson2-0/+210
2022-12-18Merge tag 'pull-hex-20221216-1' of https://github.com/quic/qemu into stagingPeter Maydell29-7/+866
2022-12-16target/hexagon: import additional testsNiccolò Izzo27-1/+766
2022-12-16Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_satTaylor Simpson1-6/+28
2022-12-16Hexagon (target/hexagon) Fix predicated assignment to .tmp and .curTaylor Simpson1-0/+72
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell1-283/+104
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf1-0/+18
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+10
2022-12-15block: Call drain callbacks only onceKevin Wolf1-6/+10
2022-12-15block: Remove subtree drainsKevin Wolf1-251/+10