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.
 
 
 
 
 
 
Bingwu Zhang c865b6bce5 tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va 1 month ago
..
aarch64 tests: Add test for ASID2 and write/read of feature bits 2 months ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 1 year ago
alpha tests/tcg: add a system test to check memory instrumentation 2 years ago
arm tests/tcg: add tests for qemu_plugin_set_pc API 4 weeks ago
hexagon tests/tcg: add tests for qemu_plugin_set_pc API 4 weeks ago
hppa tests/tcg: Remove run-test-mmap-* 2 years ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 1 year ago
loongarch64 hw/loongarch/virt: Get physical entry address with elf file 11 months ago
m68k target/m68k: Improve CHK and CHK2; implement CMP2 3 months ago
minilib tests/tcg/minilib: Constify digits in print_num 2 years ago
mips tests/tcg/mips: Add tests for MIPS CRC32[c] instructions 9 months ago
multiarch tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va 3 weeks ago
or1k tests/tcg/or1k: Rename from openrisc 2 months ago
plugins tests/tcg/plugins/patch: Free read_data in patch_hwaddr() 4 weeks 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: fix comment declaring runtime in rv64 interruptedmemory test 2 months ago
s390x tests/tcg/s390x: Test DIVIDE TO INTEGER 2 months 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: Fix run for tests with specific plugin 8 months 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: Fix run for tests with specific plugin 8 months 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"