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
Richard Henderson e13e1195db tests/tcg/multiarch: Add tb-link test
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
1 week ago
..
aarch64 target/arm: Added test case for SME register exposure to GDB 2 weeks ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 11 months 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 7 months ago
hexagon plugins/api: use qemu_target_page_mask() to get value 7 months ago
hppa tests/tcg: Remove run-test-mmap-* 2 years ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 7 months ago
loongarch64 hw/loongarch/virt: Get physical entry address with elf file 5 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 3 months ago
multiarch tests/tcg/multiarch: Add tb-link test 1 week ago
openrisc
plugins qemu: Declare all load/store helper in 'qemu/bswap.h' 3 months ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 11 months ago
ppc64le
riscv64 tests/tcg/riscv64: Add test for MEPC bit masking 3 months ago
s390x tests, scripts: Don't import print_function from __future__ 2 weeks ago
sh4 target/sh4: Fix SUBV opcode 1 year ago
tricore
x86_64 tests/tcg: Fix run for tests with specific plugin 2 months ago
xtensa tests/tcg/xtensa: add icount/ibreak priority test 2 years ago
xtensaeb
Makefile.target tests/tcg: Fix run for tests with specific plugin 2 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"