tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
commitc4293333982e9303699dab25140b2d63dfc9a179
authorXiaojuan Yang <yangxiaojuan@loongson.cn>
Mon, 6 Jun 2022 12:43:32 +0000 (6 20:43 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:14:13 +0000 (6 18:14 +0000)
tree9c16e05a9a7a647bd92815304dc4c88c7b2b194b
parentca61e75071c647cf93b3161a228c6a54178cd58c
tests/tcg/loongarch64: Add hello/memory test in loongarch64 system

- We write a very minimal softmmu harness.
- This is a very simple smoke test with no need to run a full Linux/kernel.
- The Makefile.softmmu-target record the rule to run.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606124333.2060567-43-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
tests/tcg/loongarch64/Makefile.softmmu-target [new file with mode: 0644]
tests/tcg/loongarch64/system/boot.S [new file with mode: 0644]
tests/tcg/loongarch64/system/kernel.ld [new file with mode: 0644]
tests/tcg/loongarch64/system/regdef.h [new file with mode: 0644]