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.
Add a small test to prevent regressions. Cc: qemu-stable@nongnu.org Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-ID: <20251016175954.41153-5-iii@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
2 weeks ago | |
|---|---|---|
| .. | ||
| aarch64 | 3 weeks ago | |
| aarch64_be | 1 year ago | |
| alpha | 1 year ago | |
| arm | 8 months ago | |
| hexagon | 4 weeks ago | |
| hppa | 2 years ago | |
| i386 | 8 months ago | |
| loongarch64 | 6 months ago | |
| m68k | 2 years ago | |
| minilib | 1 year ago | |
| mips | 4 months ago | |
| multiarch | 4 weeks ago | |
| openrisc | ||
| plugins | 2 weeks ago | |
| ppc64 | 1 year ago | |
| ppc64le | ||
| riscv64 | 2 weeks ago | |
| s390x | 2 weeks ago | |
| sh4 | 2 years ago | |
| tricore | ||
| x86_64 | 3 months ago | |
| xtensa | ||
| xtensaeb | ||
| Makefile.target | 3 months 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"