tests/tcg: add a dumb-as-bricks semihosting console test
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 18 Dec 2019 14:28:36 +0000 (14:28 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 9 Jan 2020 11:41:29 +0000 (11:41 +0000)
commit9c354591cae35d91e97244469904ab4483482d34
treec383d3190e58b9e5e18133be35f43b8b3e993c91
parent8de702cb677c8381fb702cae252d6b69aa4c653b
tests/tcg: add a dumb-as-bricks semihosting console test

We don't run this during check-tcg as we would need to check stuff is
echoed back. However we can still build the binary so people can test
it manually.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/aarch64/Makefile.softmmu-target
tests/tcg/aarch64/system/semiconsole.c [new file with mode: 0644]