qemu/tests/tcg
Vladimir Isaev ce781055ff tests/tcg/riscv64: add misa write test
Link: https://lore.kernel.org/r/20260321144554.606417-2-npiggin@gmail.com
Suggested-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Vladimir Isaev <vvisaev@gmail.com>
Message-ID: <20260817150653.40357-3-vvisaev@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2026-08-24 11:31:53 +10:00
..
aarch64 tests/tcg/aarch64: Add regression test for whilewr/whilerw 2026-08-21 09:14:35 +01:00
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 2024-10-24 09:56:37 +01:00
alpha tests/tcg: add a system test to check memory instrumentation 2024-09-19 15:58:01 +01:00
arm tests/tcg/arm: Tests for new FPRCVT instructions 2026-07-06 11:32:01 +01:00
hexagon tests/hexagon: add tests for HVX bfloat 2026-08-11 23:45:45 -07:00
hppa tests/tcg: Remove run-test-mmap-* 2024-02-29 11:35:37 -10:00
i386 tcg/optimize: Fix s_mask computation for shifts 2026-08-18 09:03:19 -07:00
loongarch64 tests/tcg/loongarch64: Add bitrev smoke tests 2026-08-18 17:31:49 -07:00
m68k target/m68k: Improve CHK and CHK2; implement CMP2 2026-01-12 16:26:48 +01:00
minilib tests/tcg/minilib: Constify digits in print_num 2024-07-05 12:33:41 +01:00
mips tests/tcg/mips: cover Octeon QMAC instructions 2026-07-07 20:14:51 +02:00
mips64 tests/tcg/mips: add Octeon instruction smoke test 2026-05-21 08:20:58 +02:00
mips64el tests/tcg/mips: add Octeon instruction smoke test 2026-05-21 08:20:58 +02:00
multiarch tests/tcg: correct why the magic syscall number is safe here 2026-07-20 13:03:14 -07:00
or1k tests/tcg/or1k: Rename from openrisc 2026-02-09 20:51:52 +01:00
plugins plugins: use int64_t for the syscall filter return value 2026-06-18 16:47:12 -07:00
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 2024-11-05 10:36:08 +00:00
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 2022-10-06 11:53:40 +01:00
riscv64 tests/tcg/riscv64: add misa write test 2026-08-24 11:31:53 +10:00
s390x tests/tcg/s390x: Test STCKF condition code on a faulting store 2026-08-10 14:06:58 -04:00
sh4 linux-user/sh4: preserve T/M/Q bits across signal delivery 2026-05-29 23:40:53 +02:00
tricore tests/tcg: Reset result register after each test 2023-09-29 08:28:09 +02:00
x86_64 target/i386: fix long mode segment override prefix decoding 2026-08-17 16:51:53 +02:00
xtensa tests/tcg/xtensa: add icount/ibreak priority test 2024-01-19 12:28:59 +01:00
xtensaeb tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 2023-10-07 19:02:33 +02:00
Makefile.target tests/tcg: allow filtering of TCG tests 2026-03-23 13:13:07 +00:00
README tests/tcg: update README 2024-07-30 11:44:18 +01:00

This directory contains various interesting guest binaries for
regression testing the Tiny Code Generator doing system and user-mode
emulation.

The multiarch directory contains shared code for tests that can be
built for all guest architectures. Architecture specific code can be
found in their respective directories.

System mode tests will be under the "system" subdirectories.

GDB scripts for exercising the gdbstub on specific tests will be found
under the "gdbstb" subdirectories.

See the developer guide for more instructions on "make check-tcg"