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 d832ff9d02 tests/tcg/plugins: add plugin to test reset and uninstall
We perform a plugin reset, uninstall, and make sure we went through
those steps.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20250404032027.430575-3-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2 weeks ago
..
aarch64 tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S 2 weeks ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 6 months ago
alpha tests/tcg: add a system test to check memory instrumentation 7 months ago
arm tests/tcg: Suppress compiler false-positive warning on sha1.c 2 months ago
hexagon plugins/api: use qemu_target_page_mask() to get value 2 months ago
hppa tests/tcg: Remove run-test-mmap-* 1 year ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 2 months ago
loongarch64 license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 7 months ago
m68k tests/tcg: Remove run-test-mmap-* 1 year ago
minilib tests/tcg/minilib: Constify digits in print_num 10 months ago
mips tests/tcg: Add -fno-stack-protector 2 years ago
multiarch plugins/api: use qemu_target_page_mask() to get value 2 months ago
openrisc
plugins tests/tcg/plugins: add plugin to test reset and uninstall 2 weeks ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 6 months ago
ppc64le
riscv64 tests/tcg: Use --noexecstack with assembler files 9 months ago
s390x tests/tcg/s390x: Test modifying code using the MVC instruction 3 months ago
sh4 target/sh4: Fix SUBV opcode 12 months ago
tricore
x86_64 tests/tcg/x86_64/fma: Test some x86 fused-multiply-add cases 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' 2 years ago
Makefile.target tests/tcg: Add SIGRTMIN/SIGRTMAX test 6 months ago
README tests/tcg: update README 9 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"