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>
2 weeks ago
..
aarch64 tests/tcg/aarch64: Add test case for SME2 gdbstub registers 3 weeks 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 8 months ago
hexagon tests/tcg/hexagon: Add cs{0,1} coverage 4 weeks ago
hppa tests/tcg: Remove run-test-mmap-* 2 years ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 8 months ago
loongarch64 hw/loongarch/virt: Get physical entry address with elf file 6 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 4 months ago
multiarch tests/tcg/multiarch/linux/linux-test: Don't try to test atime update 4 weeks ago
openrisc
plugins tests: add plugin asserting correctness of discon event's to_pc 2 weeks ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 1 year ago
ppc64le
riscv64 tests: add test with interrupted memory accesses on rv64 2 weeks ago
s390x tests/tcg/s390x: Test SET CLOCK COMPARATOR 2 weeks ago
sh4 target/sh4: Fix SUBV opcode 2 years ago
tricore
x86_64 tests/tcg: Fix run for tests with specific plugin 3 months ago
xtensa
xtensaeb
Makefile.target tests/tcg: Fix run for tests with specific plugin 3 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"