qemu-e2k/tests/tcg
Lirong Yuan 51c623b0de gdbstub: add support to Xfer:auxv:read: packet
This allows gdb to access the target’s auxiliary vector,
which can be helpful for telling system libraries important details
about the hardware, operating system, and process.

Signed-off-by: Lirong Yuan <yuanzi@google.com>
[AJB: minor tweaks to test case, update MAINTAINERS, restrict to Linux]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200730193932.3654677-1-yuanzi@google.com>
Message-Id: <20210108224256.2321-7-alex.bennee@linaro.org>
2021-01-18 10:04:48 +00:00
..
aarch64 gdbstub: implement a softmmu based test 2021-01-18 10:04:31 +00:00
alpha
arm tests: remove GCC < 4 fallbacks 2020-12-15 12:52:10 -05:00
cris
hppa
i386 gdbstub: implement a softmmu based test 2021-01-18 10:04:31 +00:00
lm32
m68k
minilib
mips
multiarch gdbstub: add support to Xfer:auxv:read: packet 2021-01-18 10:04:48 +00:00
openrisc
ppc
s390x
sh4
sparc64
x86_64 gdbstub: implement a softmmu based test 2021-01-18 10:04:31 +00:00
xtensa
configure.sh tests/tcg/aarch64: Add bti smoke tests 2020-10-27 10:44:03 +00:00
Makefile.prereqs
Makefile.qemu
Makefile.target tests/tcg: build tests with -Werror 2021-01-02 21:03:09 +01:00
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".