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.
 
 
 
 
 
 
Kohei Tokunaga 01499add2a contrib/plugins: Fix type conflict of GLib function pointers 1 year ago
..
aarch64 tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S 1 year ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 2 years ago
alpha tests/tcg: add a system test to check memory instrumentation 2 years ago
arm tests/tcg: Suppress compiler false-positive warning on sha1.c 1 year ago
hexagon plugins/api: use qemu_target_page_mask() to get value 1 year ago
hppa tests/tcg: Remove run-test-mmap-* 2 years ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 1 year ago
loongarch64 license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 2 years ago
m68k tests/tcg: Remove run-test-mmap-* 2 years ago
minilib tests/tcg/minilib: Constify digits in print_num 2 years ago
mips tests/tcg: Add -fno-stack-protector 3 years ago
multiarch plugins/api: use qemu_target_page_mask() to get value 1 year ago
openrisc target/openrisc: Rename the cpu from or32 to or1k 9 years ago
plugins contrib/plugins: Fix type conflict of GLib function pointers 12 months ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 1 year ago
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 4 years ago
riscv64 tests/tcg: Use --noexecstack with assembler files 2 years ago
s390x tests/tcg/s390x: Test modifying code using the MVC instruction 1 year ago
sh4 target/sh4: Fix SUBV opcode 2 years ago
tricore tests/tcg: Reset result register after each test 3 years ago
x86_64 tests/tcg/x86_64/fma: Test some x86 fused-multiply-add cases 1 year ago
xtensa tests/tcg/xtensa: add icount/ibreak priority test 2 years ago
xtensaeb tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 3 years ago
Makefile.target tests/tcg: Add SIGRTMIN/SIGRTMAX test 1 year ago
README tests/tcg: update 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"