xemu/tests/tcg/arm
Alex Bennée 542b10bd14 tests/tcg: update licenses to GPLv2 as intended
My default header template is GPLv3 but for QEMU code we really should
stick to GPLv2-or-later (allowing others to up-license it if they
wish). While this is test code we should still be consistent on the
source distribution.

I wrote all of this code so its not a problem. However there remains
one GPLv3 file left which is the crt0-tc2x.S for TriCore.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-2-alex.bennee@linaro.org>
2024-02-28 09:09:04 +00:00
..
system tests/tcg: enable semiconsole test for Arm 2023-11-23 14:10:06 +00:00
Makefile.softmmu-target tests/tcg: enable semiconsole test for Arm 2023-11-23 14:10:06 +00:00
Makefile.target tests/tcg: Add -fno-stack-protector 2023-10-31 13:28:19 +00:00
README tests/tcg: move ARM specific tests into subdir 2018-06-20 20:22:34 +01:00
commpage.c tests/tcg: add simple commpage test case 2020-06-08 17:04:19 +01:00
fcvt.c tests: remove GCC < 4 fallbacks 2020-12-15 12:52:10 -05:00
fcvt.ref tests/tcg/arm: add fcvt test cases for AArch32/64 2018-06-20 20:22:34 +01:00
float_convd.ref tests/tcg: add float_convd test 2022-04-20 16:04:20 +01:00
float_convs.ref tests/tcg: add generic version of float_convs 2019-09-26 19:00:53 +01:00
float_madds.ref tests/tcg: add float_madds test to multiarch 2019-09-26 19:00:53 +01:00
hello-arm.c avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
pcalign-a32.c tests/tcg: Add arm and aarch64 pc alignment tests 2021-12-15 10:35:26 +00:00
semicall.h tests/tcg: update licenses to GPLv2 as intended 2024-02-28 09:09:04 +00:00
test-arm-iwmmxt.S tests/tcg/arm: fix up test-arm-iwmmxt test 2018-06-20 20:22:34 +01:00

README

These are ARM specific guest programs

hello-arm
---------

A very simple inline assembly, write syscall based hello world

test-arm-iwmmxt
---------------

A simple test case for older iwmmxt extended ARMs