You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg
Ilya Leoshkevich 0408c61e27 tests/tcg/s390x: Test SET CLOCK COMPARATOR
Add a small test to prevent regressions.

Cc: qemu-stable@nongnu.org
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-ID: <20251016175954.41153-5-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
1 month ago
..
aarch64 tests/tcg/aarch64: Add test case for SME2 gdbstub registers 1 month ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 1 year ago
alpha tests/tcg: add a system test to check memory instrumentation 1 year ago
arm tests/tcg: Suppress compiler false-positive warning on sha1.c 9 months ago
hexagon tests/tcg/hexagon: Add cs{0,1} coverage 2 months ago
hppa tests/tcg: Remove run-test-mmap-* 2 years ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 9 months ago
loongarch64 hw/loongarch/virt: Get physical entry address with elf file 7 months ago
m68k tests/tcg: Remove run-test-mmap-* 2 years ago
minilib tests/tcg/minilib: Constify digits in print_num 1 year ago
mips tests/tcg/mips: Add tests for MIPS CRC32[c] instructions 5 months ago
multiarch tests/tcg/multiarch/linux/linux-test: Don't try to test atime update 2 months ago
openrisc
plugins tests: add plugin asserting correctness of discon event's to_pc 1 month ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 1 year ago
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 3 years ago
riscv64 tests: add test with interrupted memory accesses on rv64 1 month ago
s390x tests/tcg/s390x: Test SET CLOCK COMPARATOR 1 month ago
sh4 target/sh4: Fix SUBV opcode 2 years ago
tricore tests/tcg: Reset result register after each test 2 years ago
x86_64 tests/tcg: Fix run for tests with specific plugin 4 months ago
xtensa tests/tcg/xtensa: add icount/ibreak priority test 2 years ago
xtensaeb tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 2 years ago
Makefile.target tests/tcg: Fix run for tests with specific plugin 4 months ago
README tests/tcg: update README 1 year ago

README

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"