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.
 
 
 
 
 
 
Aleksandar Markovic 1d336c87a3 tests/tcg: target/mips: Add tests for MSA bit set instructions 7 years ago
..
aarch64 tests/tcg/multiarch: expand system memory test to cover more 7 years ago
alpha tests/tcg/alpha: add system boot.S 7 years ago
arm tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 7 years ago
cris tests/tcg: enable cris base user-mode tests 7 years ago
hppa tests/tcg: enable building for HPPA 8 years ago
i386 tests/tcg/multiarch: expand system memory test to cover more 7 years ago
lm32 test: lm32: use semihosting for testing 12 years ago
m68k tests/tcg: enable building for m68k 8 years ago
minilib tests/tcg/minilib: support %c format char 7 years ago
mips tests/tcg: target/mips: Add tests for MSA bit set instructions 7 years ago
multiarch tests/tcg/multiarch: expand system memory test to cover more 7 years ago
openrisc target/openrisc: Rename the cpu from or32 to or1k 9 years ago
ppc tests: Fix up docker cross builds for ppc64 (BE) targets 7 years ago
riscv tests/tcg: enable building for RISCV64 8 years ago
s390x target/s390x: fix PACK reading 1 byte less and writing 1 byte more 8 years ago
sh4 tests/tcg: enable building for sh4 8 years ago
sparc64 tests/tcg: override runners for broken tests 8 years ago
x86_64 tests/tcg/x86_64: add Makefile.target 8 years ago
xtensa target/xtensa: implement exclusive access option 7 years ago
Makefile tests/tcg/multiarch: add support for multiarch system tests 7 years ago
Makefile.include tests/tcg: add softmmu awareness to Makefile 7 years ago
Makefile.probe tests: Fix typos in comments and help message (found by codespell) 8 years ago
README tests/tcg/README: fix location for lm32 tests 8 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".