qemu-patch-raspberry4/tests/tcg
Paolo Bonzini d8ff892dc2 configure: unify ppc64 and ppc64le
The only difference between the two, as far as either configure or
Meson are concerned, is the default endianness of the compiler.

For tests/tcg, specify the endianness explicitly on the command line;
for configure, do the same so that it is possible to have --cpu=ppc64le
on a bigendian system or vice versa.  Apart from this, cpu=ppc64le can
be normalized to ppc64 also in configure and not just in the meson
cross file.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-12-18 10:57:36 +01:00
..
aarch64 tests/tcg: Add arm and aarch64 pc alignment tests 2021-12-15 10:35:26 +00:00
alpha
arm tests/tcg: Add arm and aarch64 pc alignment tests 2021-12-15 10:35:26 +00:00
cris
hexagon Hexagon HVX (tests/tcg/hexagon) histogram test 2021-11-03 16:01:38 -05:00
hppa tests/tcg/multiarch: Re-enable signals test for most guests 2021-10-01 12:03:48 +02:00
i386 tests/tcg/multiarch: Re-enable signals test for most guests 2021-10-01 12:03:48 +02:00
m68k
minilib
mips
multiarch tests/tcg: remove debug polluting make output 2021-11-04 10:32:01 +00:00
nios2 tests/tcg: enable debian-nios2-cross for test building 2021-11-04 10:32:01 +00:00
openrisc
ppc
ppc64 test/tcg/ppc64le: test mtfsf 2021-12-17 17:57:13 +01:00
ppc64le test/tcg/ppc64le: test mtfsf 2021-12-17 17:57:13 +01:00
riscv64 tests/tcg/riscv64: Add test for division 2021-09-01 11:59:12 +10:00
s390x tests/tcg/s390x: Test SIGILL and SIGSEGV handling 2021-09-06 16:23:12 +02:00
sh4 tests/tcg: Fix some targets default cross compiler path 2021-11-04 10:32:01 +00:00
sparc64
tricore
x86_64 tests: tcg: Fix PVH test with binutils 2.36+ 2021-10-13 10:47:49 +02:00
xtensa
configure.sh configure: unify ppc64 and ppc64le 2021-12-18 10:57:36 +01:00
Makefile.prereqs
Makefile.qemu
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".