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.
![]() Commit
|
1 month ago | |
---|---|---|
.. | ||
aarch64 | 3 months ago | |
aarch64_be | 11 months ago | |
alpha | 12 months ago | |
arm | 6 months ago | |
hexagon | 6 months ago | |
hppa | ||
i386 | 6 months ago | |
loongarch64 | 4 months ago | |
m68k | ||
minilib | 1 year ago | |
mips | 2 months ago | |
multiarch | 1 month ago | |
openrisc | ||
plugins | 2 months ago | |
ppc64 | 10 months ago | |
ppc64le | ||
riscv64 | 2 months ago | |
s390x | 7 months ago | |
sh4 | ||
tricore | ||
x86_64 | 1 month ago | |
xtensa | ||
xtensaeb | ||
Makefile.target | 1 month ago | |
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"