summaryrefslogtreecommitdiffstats
path: root/tests/tcg
Commit message (Expand)AuthorAgeFilesLines
* tests/tcg/ppc64le: Use Altivec register names in clobber listMatheus Ferst2022-03-051-8/+8
* tests/tcg/ppc64le: emit bcdsub with .long when neededMatheus Ferst2022-03-051-31/+42
* tests/tcg/ppc64le: drop __int128 usage in bcdsubMatheus Ferst2022-03-051-68/+61Star
* tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsfMatheus Ferst2022-03-051-10/+9Star
* Use long endian options for ppc64Miroslav Rezanina2022-03-051-2/+2
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell2022-03-0211-12/+1165
|\
| * tests/tcg: port SYS_HEAPINFO to a system testAlex Bennée2022-02-281-0/+93
| * tests/tcg: completely disable threadcount for sh4Alex Bennée2022-02-281-0/+2
| * tests/tcg: add vectorised sha512 versionsAlex Bennée2022-02-287-2/+56
| * tests/tcg: add sha512 testAlex Bennée2022-02-281-0/+990
| * tests/tcg: build sha1-vector with O3 and compareAlex Bennée2022-02-282-0/+19
| * tests/tcg/ppc64: clean-up handling of byte-reverseAlex Bennée2022-02-281-9/+4Star
| * tests/docker: introduce debian-riscv64-test-crossAlex Bennée2022-02-281-1/+1
| * tests/docker: update debian-arm64-cross with lcitoolAlex Bennée2022-02-281-1/+1
* | tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3David Miller2022-02-284-0/+116
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell2022-02-141-0/+68
|\
| * tests/tcg/multiarch: Add sigbus.cRichard Henderson2022-02-081-0/+68
* | linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-091-1/+1
* | tests/tcg/sh4: disable another unreliable testAlex Bennée2022-02-091-0/+4
|/
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-01-...Peter Maydell2022-01-192-0/+271
|\
| * tests/tcg/s390x: Test shift instructionsIlya Leoshkevich2022-01-172-0/+271
* | test/tcg/ppc64le: Add float reference filesRichard Henderson2022-01-182-0/+1516
* | tests/tcg/multiarch: Read fp flags before printfRichard Henderson2022-01-184-102/+102
* | tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUXPaolo Bonzini2022-01-183-3/+9
|/
* tests/tcg: Fix target-specific Makefile variables path for user-modePhilippe Mathieu-Daudé2022-01-121-1/+1
* target/ppc: do not silence snan in xscvspdpnMatheus Ferst2022-01-043-4/+41
* target/hppa: Fix atomic_store_3 for STBYRichard Henderson2021-12-312-0/+92
* tests/tcg: Unconditionally use 90 second timeoutRichard Henderson2021-12-311-7/+5Star
* tests/tcg: Use $cpu in configure.shRichard Henderson2021-12-311-1/+1
* configure: unify ppc64 and ppc64lePaolo Bonzini2021-12-181-1/+3
* Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson2021-12-173-0/+63
|\
| * test/tcg/ppc64le: test mtfsfLucas Mateus Castro (alqotel)2021-12-173-0/+63
* | tests/tcg: Add arm and aarch64 pc alignment testsRichard Henderson2021-12-154-2/+89
|/
* tests/tcg/ppc64le: Fix compile flags for byte_reverseRichard Henderson2021-11-171-9/+3Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-041121-2' int...Richard Henderson2021-11-045-11/+105
|\
| * tests/tcg: remove debug polluting make outputAlex Bennée2021-11-041-1/+0Star
| * gdbstub: Switch to the thread receiving a signalPavel Labath2021-11-042-1/+69
| * tests/tcg: remove duplicate EXTRA_RUNSAlex Bennée2021-11-041-2/+0Star
| * tests/tcg: enable debian-nios2-cross for test buildingAlex Bennée2021-11-042-0/+17
| * tests/tcg: Fix some targets default cross compiler pathPhilippe Mathieu-Daudé2021-11-042-7/+13
| * tests/tcg: Enable container_cross_cc for microblazeRichard Henderson2021-11-041-0/+6
* | Hexagon HVX (tests/tcg/hexagon) histogram testTaylor Simpson2021-11-034-0/+1123
* | Hexagon HVX (tests/tcg/hexagon) scatter_gather testTaylor Simpson2021-11-031-0/+1011
* | Hexagon HVX (tests/tcg/hexagon) hvx_misc testTaylor Simpson2021-11-031-0/+469
* | Hexagon HVX (tests/tcg/hexagon) vector_add_int testTaylor Simpson2021-11-031-0/+61
|/
* Hexagon (target/hexagon) put writes to USR into temp until commitTaylor Simpson2021-10-292-0/+108
* linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst2021-10-213-0/+46
* tests: tcg: Fix PVH test with binutils 2.36+Cole Robinson2021-10-131-1/+4
* tests/tcg: move some multiarch files and make conditionalAlex Bennée2021-10-124-6/+15
* tests/tcg/sha1: remove endian includeAlex Bennée2021-10-121-1/+0Star