qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests


From: Peter Maydell
Subject: Re: [PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests
Date: Fri, 22 Apr 2022 14:26:58 +0100

On Thu, 21 Apr 2022 at 17:16, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Add runtime supporting the nios2-semi.c interface.
> Execute the hello and memory multiarch tests.
>
> Cc: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  tests/tcg/nios2/semicall.h              |  25 +++
>  tests/tcg/nios2/10m50-ghrd.ld           |  59 +++++++
>  tests/tcg/nios2/Makefile.softmmu-target |  29 ++++
>  tests/tcg/nios2/boot.S                  | 218 ++++++++++++++++++++++++
>  tests/tcg/nios2/intr.S                  |  31 ++++
>  5 files changed, 362 insertions(+)
>  create mode 100644 tests/tcg/nios2/semicall.h
>  create mode 100644 tests/tcg/nios2/10m50-ghrd.ld
>  create mode 100644 tests/tcg/nios2/Makefile.softmmu-target
>  create mode 100644 tests/tcg/nios2/boot.S
>  create mode 100644 tests/tcg/nios2/intr.S

Most of these new files are missing the copyright/license comment header.

thanks
-- PMM



reply via email to

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