mirror of https://gitlab.com/qemu-project/qemu
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.
923710b6d5
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 | 1 week ago | |
aarch64_be | 3 months ago | |
alpha | 4 months ago | |
arm | 6 months ago | |
hexagon | 6 months ago | |
hppa | 11 months ago | |
i386 | 6 months ago | |
loongarch64 | 4 months ago | |
m68k | 11 months ago | |
minilib | 7 months ago | |
mips | 1 year ago | |
multiarch | 4 weeks ago | |
openrisc | ||
plugins | 5 days ago | |
ppc64 | 3 months ago | |
ppc64le | 2 years ago | |
riscv64 | 6 months ago | |
s390x | 2 weeks ago | |
sh4 | 9 months ago | |
tricore | 1 year ago | |
x86_64 | 3 months ago | |
xtensa | 1 year ago | |
xtensaeb | 1 year ago | |
Makefile.target | 3 months ago | |
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"