aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-3/+0
2023-06-26tests/plugin: Remove duplicate insn log from libinsn.soRichard Henderson4-32/+1
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+0
2023-06-26tests/data/acpi: update after SMBIOS 2.0 changeMichael S. Tsirkin2-1/+0
2023-06-26hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit1-0/+1
2023-06-26Merge tag 'pull-request-2023-06-26' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2-1/+3
2023-06-26tests/qtest/cxl-test: Clean up temporary directories after testingThomas Huth1-0/+2
2023-06-26tests/qtest: Fix a comment typo in vhost-user-test.cMilan Zamazal1-1/+1
2023-06-25tests/avocado: ppc test VOF bios Linux bootNicholas Piggin1-0/+11
2023-06-25tests/avocado: Add ppc64 pseries multiprocessor boot testsNicholas Piggin1-5/+55
2023-06-25tests/avocado: boot ppc64 pseries to Linux VFS mountNicholas Piggin1-1/+1
2023-06-15test/qtest: add xepvh to skip list for qtestVikram Garhwal1-1/+2
2023-06-10tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirpThomas Huth1-0/+1
2023-06-07Merge tag 'pull-tricore-20230607' of https://github.com/bkoppelmann/qemu into...Richard Henderson23-35/+446
2023-06-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-0/+0
2023-06-07tests/tcg/tricore: Add recursion test for CSAsBastian Koppelmann2-1/+17
2023-06-07tests/tcg/tricore: Add first C programBastian Koppelmann5-0/+395
2023-06-07tests/tcg/tricore: Uses label for memory addressesBastian Koppelmann3-7/+6
2023-06-07tests/tcg/tricore: Move asm tests into 'asm' directoryBastian Koppelmann17-17/+18
2023-06-07iotests: fix 194: filter out racy postcopy-active eventVladimir Sementsov-Ogievskiy2-1/+5
2023-06-07tests: fp: remove unused submodulesPaolo Bonzini2-0/+0
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson8-6/+747
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-551/+35
2023-06-06meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini1-526/+15
2023-06-06tests: Use separate virtual environment for avocadoPaolo Bonzini3-13/+12
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson7-2/+209
2023-06-06tests/tcg/aarch64: add DC CVA[D]P testsZhuojia Shen3-0/+137
2023-06-06tests/tcg/multiarch: Adjust sigbus.cRichard Henderson1-4/+9
2023-06-06tests/tcg/aarch64: Use stz2g in mte-7.cRichard Henderson1-2/+1
2023-06-06tests: avocado: boot_linux_console: Add test case for bpim2uqianfan Zhao1-0/+176
2023-06-06tests/qtest: Introduce tests for Xilinx VERSAL CANFD controllerVikram Garhwal2-0/+424
2023-06-06Revert "tests/requirements.txt: bump up avocado-framework version to 101.0"Paolo Bonzini2-12/+8
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-1/+1
2023-06-05iotests/iov-padding: New testHanna Czenczek2-0/+144
2023-06-05tests/qtest: Run ipmi-bt-test only if CONFIG_IPMI_EXTERN is setThomas Huth1-1/+2
2023-06-05tests/tcg/s390x: Test MXDB and MXDBRIlya Leoshkevich2-0/+31
2023-06-05tests/tcg/s390x: Test single-stepping SVCIlya Leoshkevich3-1/+94
2023-06-05tests/tcg/s390x: Test LOCFHRIlya Leoshkevich2-0/+30
2023-06-05tests/tcg/s390x: Test LCBBIlya Leoshkevich2-0/+52
2023-06-02Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson5-275/+501
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake1-31/+19
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake1-27/+36
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake4-13/+7
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake1-12/+12
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake1-55/+51
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake1-11/+129
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake1-1/+9
2023-06-02test-cutils: Refactor qemu_strtosz tests for less boilerplateEric Blake1-404/+101
2023-06-02test-cutils: Prepare for upcoming semantic change in qemu_strtoszEric Blake1-15/+27
2023-06-02test-cutils: Add coverage of qemu_strtodEric Blake1-0/+512