qemu-e2k/tests/tcg
Peter Maydell 5f7b71fb99 target/arm: Update user-mode ID reg mask values
For user-only mode we reveal a subset of the AArch64 ID registers
to the guest, to emulate the kernel's trap-and-emulate-ID-regs
handling. Update the feature bit masks to match upstream kernel
commit a48fa7efaf1161c1c.

None of these features are yet implemented by QEMU, so this
doesn't yet have a behavioural change, but implementation of
FEAT_MOPS and FEAT_HBC is imminent.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2023-09-21 14:45:58 +01:00
..
aarch64 target/arm: Update user-mode ID reg mask values 2023-09-21 14:45:58 +01:00
alpha
arm
cris
hexagon hexagon: spelling fixes 2023-09-08 13:08:52 +03:00
hppa
i386
loongarch64
m68k fpu: Handle m68k extended precision denormals properly 2023-09-16 14:57:16 +00:00
minilib
mips
multiarch gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT 2023-08-30 14:57:50 +01:00
nios2
openrisc
ppc
ppc64
ppc64le
riscv64
s390x tests/tcg/s390x: Test precise self-modifying code handling 2023-08-31 19:10:01 +02:00
sh4
sparc64
tricore configure: remove HOST_CC 2023-09-07 13:32:14 +02:00
x86_64
xtensa
xtensaeb
Makefile.target
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".