qemu-e2k/tests/tcg
Max Filippov b345e14053 target/xtensa: implement exclusive access option
The Exclusive Instructions provide a general-purpose mechanism for
atomic updates of memory-based synchronization variables that can be
used for exclusion algorithms.

Use cmpxchg-based implementation that is sufficient for the typical use
of exclusive access in atomic operations.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2019-05-15 10:31:52 -07:00
..
aarch64 tests/tcg/arm: account for pauth randomness 2019-03-12 17:05:21 +00:00
alpha avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
arm tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test 2019-03-12 17:05:21 +00:00
cris tests/tcg: enable cris base user-mode tests 2019-03-12 17:05:21 +00:00
hppa
i386 tests/tcg/i386: add memory test to exercise softmmu 2019-03-12 17:05:21 +00:00
lm32
m68k
minilib tests/tcg: provide a minilib for system tests 2019-03-12 17:05:21 +00:00
mips tests/tcg/mips: fix hello-mips compilation 2019-03-12 17:05:21 +00:00
multiarch avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
openrisc
ppc
riscv
s390x
sh4
sparc64
x86_64
xtensa target/xtensa: implement exclusive access option 2019-05-15 10:31:52 -07:00
Makefile tests/tcg: provide a minilib for system tests 2019-03-12 17:05:21 +00:00
Makefile.include tests/tcg: add softmmu awareness to Makefile 2019-03-12 17:05:21 +00:00
Makefile.probe
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".