QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| aarch64 | 2 months ago | |
| aarch64_be | 1 year ago | |
| alpha | 2 years ago | |
| arm | 4 weeks ago | |
| hexagon | 4 weeks ago | |
| hppa | 2 years ago | |
| i386 | 1 year ago | |
| loongarch64 | 11 months ago | |
| m68k | 3 months ago | |
| minilib | 2 years ago | |
| mips | 9 months ago | |
| multiarch | 3 weeks ago | |
| or1k | 2 months ago | |
| plugins | 4 weeks ago | |
| ppc64 | 1 year ago | |
| ppc64le | 4 years ago | |
| riscv64 | 2 months ago | |
| s390x | 2 months ago | |
| sh4 | 2 years ago | |
| tricore | 3 years ago | |
| x86_64 | 8 months ago | |
| xtensa | 2 years ago | |
| xtensaeb | 3 years ago | |
| Makefile.target | 8 months ago | |
| README | 2 years 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"