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
Pierrick Bouvier 923710b6d5 plugins: enable linking with clang/lld
Windows uses a special mechanism to enable plugins to work (DLL delay
loading). Option for lld is different than ld.

MSYS2 clang based environment use lld by default, so restricting to this
config on Windows is safe, and will avoid false bug reports.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Tested-by: Stefan Weil <sw@weilnetz.de>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250110203401.178532-4-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-26-alex.bennee@linaro.org>
5 days ago
..
aarch64 tests/tcg/aarch64: force qarma5 for pauth-3 test 1 week ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 3 months ago
alpha tests/tcg: add a system test to check memory instrumentation 4 months ago
arm tests/tcg: Use --noexecstack with assembler files 6 months ago
hexagon Hexagon: fix F2_conv_* instructions for negative zero 6 months ago
hppa tests/tcg: Remove run-test-mmap-* 11 months ago
i386 tests/tcg: Use --noexecstack with assembler files 6 months ago
loongarch64 license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 4 months ago
m68k tests/tcg: Remove run-test-mmap-* 11 months ago
minilib tests/tcg/minilib: Constify digits in print_num 7 months ago
mips tests/tcg: Add -fno-stack-protector 1 year ago
multiarch tests/tcg: Do not use inttypes.h in multiarch/system/memory.c 4 weeks ago
openrisc
plugins plugins: enable linking with clang/lld 5 days ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 3 months ago
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 2 years ago
riscv64 tests/tcg: Use --noexecstack with assembler files 6 months ago
s390x tests/tcg/s390x: Use the SLOF libc headers for the multiarch tests 2 weeks ago
sh4 target/sh4: Fix SUBV opcode 9 months ago
tricore tests/tcg: Reset result register after each test 1 year ago
x86_64 tests/tcg/x86_64: Add cross-modifying code test 3 months ago
xtensa tests/tcg/xtensa: add icount/ibreak priority test 1 year ago
xtensaeb tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 1 year ago
Makefile.target tests/tcg: Add SIGRTMIN/SIGRTMAX test 3 months ago
README tests/tcg: update README 6 months 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"