diff options
author | Xiaojuan Yang | 2022-06-06 14:43:32 +0200 |
---|---|---|
committer | Richard Henderson | 2022-06-06 20:14:13 +0200 |
commit | c4293333982e9303699dab25140b2d63dfc9a179 (patch) | |
tree | 9c16e05a9a7a647bd92815304dc4c88c7b2b194b /MAINTAINERS | |
parent | target/loongarch: Add gdb support. (diff) | |
download | qemu-c4293333982e9303699dab25140b2d63dfc9a179.tar.gz qemu-c4293333982e9303699dab25140b2d63dfc9a179.tar.xz qemu-c4293333982e9303699dab25140b2d63dfc9a179.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 954fb95218..5580a36b68 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -217,6 +217,7 @@ M: Song Gao <gaosong@loongson.cn> M: Xiaojuan Yang <yangxiaojuan@loongson.cn> S: Maintained F: target/loongarch/ +F: tests/tcg/loongarch64/ M68K TCG CPUs M: Laurent Vivier <laurent@vivier.eu> |