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.
 
 
 
 
 
 
Alex Bennée 797920b952 target/arm: use official org.gnu.gdb.aarch64.sve layout for registers 6 years ago
..
aarch64 target/arm: use official org.gnu.gdb.aarch64.sve layout for registers 6 years ago
alpha tests/tcg: move configuration to a sub-shell script 7 years ago
arm tests: remove GCC < 4 fallbacks 6 years ago
cris tests/tcg: add a multiarch linux-user gdb test 6 years ago
hppa tests/tcg: move configuration to a sub-shell script 7 years ago
i386 gdbstub: implement a softmmu based test 6 years ago
lm32 test: lm32: use semihosting for testing 12 years ago
m68k tests/tcg: move configuration to a sub-shell script 7 years ago
minilib tests/tcg: use EXTRA_CFLAGS everywhere 7 years ago
mips tests/tcg: move configuration to a sub-shell script 7 years ago
multiarch gdbstub: add support to Xfer:auxv:read: packet 6 years ago
openrisc target/openrisc: Rename the cpu from or32 to or1k 10 years ago
ppc tests/tcg: move configuration to a sub-shell script 7 years ago
s390x tests/tcg: target/s390x: Test MVC 7 years ago
sh4 tests/tcg: move configuration to a sub-shell script 7 years ago
sparc64 tests/tcg: move configuration to a sub-shell script 7 years ago
x86_64 gdbstub: implement a softmmu based test 6 years ago
xtensa tests/tcg/xtensa: add DFP0 arithmetic tests 6 years ago
Makefile.prereqs tests/tcg: ensure we re-configure if configure.sh is updated 7 years ago
Makefile.qemu tests/tcg: reinstate or replace desired parts of rules.mak 6 years ago
Makefile.target tests/tcg: build tests with -Werror 6 years ago
README tests/tcg/README: fix location for lm32 tests 8 years ago
configure.sh tests/tcg/aarch64: Add bti smoke tests 6 years ago

README

This directory contains various interesting guest programs for
regression testing. Tests are either multi-arch, meaning they can be
built for all guest architectures that support linux-user executable,
or they are architecture specific.

CRIS
====
The testsuite for CRIS is in tests/tcg/cris. You can run it
with "make test-cris".

LM32
====
The testsuite for LM32 is in tests/tcg/lm32. You can run it
with "make test-lm32".