qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loo


From: Richard Henderson
Subject: Re: [PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
Date: Mon, 18 Apr 2022 08:25:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/15/22 02:40, Xiaojuan Yang wrote:
- 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>
---
  MAINTAINERS                                   |  1 +
  tests/tcg/loongarch64/Makefile.softmmu-target | 33 +++++++
  tests/tcg/loongarch64/system/boot.S           | 56 ++++++++++++
  tests/tcg/loongarch64/system/kernel.ld        | 30 +++++++
  tests/tcg/loongarch64/system/regdef.h         | 86 +++++++++++++++++++
  5 files changed, 206 insertions(+)
  create mode 100644 tests/tcg/loongarch64/Makefile.softmmu-target
  create mode 100644 tests/tcg/loongarch64/system/boot.S
  create mode 100644 tests/tcg/loongarch64/system/kernel.ld
  create mode 100644 tests/tcg/loongarch64/system/regdef.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]