OSDN Git Service

tests/tcg: enable arm softmmu tests
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 20 Nov 2023 15:08:30 +0000 (15:08 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 23 Nov 2023 14:10:06 +0000 (14:10 +0000)
commit56611e17d2ec6f53bf04c37a2e5ad203c6f9ac4b
treeec075f925b985bc7fcb5efe24421b3d5ef1f5ef2
parente8368b1c95728180d0e1ac8f468a34de2c588f9b
tests/tcg: enable arm softmmu tests

To make it easier to test 32 bit Arm softmmu issues implement a basic
boot.S so we can build the multiarch tests. Currently CHECK_UNALIGNED
is disabled as I haven't got the right magic set for it to work.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231120150833.2552739-12-alex.bennee@linaro.org>
tests/tcg/arm/Makefile.softmmu-target
tests/tcg/arm/system/boot.S [new file with mode: 0644]
tests/tcg/arm/system/kernel.ld [new file with mode: 0644]