qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 2/2] tests/tcg/s390x: Enable the multiarch system tests


From: Richard Henderson
Subject: Re: [PATCH v3 2/2] tests/tcg/s390x: Enable the multiarch system tests
Date: Wed, 26 Apr 2023 16:18:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/25/23 23:48, Ilya Leoshkevich wrote:
Multiarch tests are written in C and need support for printing
characters. Instead of implementing the runtime from scratch, just
reuse the pc-bios/s390-ccw one.

Run tests with -nographic in order to enable SCLP (enable this for
the existing tests as well, since it does not hurt).

Use the default linker script for the new tests.

Signed-off-by: Ilya Leoshkevich<iii@linux.ibm.com>
---
  tests/tcg/s390x/Makefile.softmmu-target | 40 +++++++++++++++++--------
  tests/tcg/s390x/console.c               | 12 ++++++++
  tests/tcg/s390x/head64.S                | 31 +++++++++++++++++++
  3 files changed, 71 insertions(+), 12 deletions(-)
  create mode 100644 tests/tcg/s390x/console.c
  create mode 100644 tests/tcg/s390x/head64.S

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

r~



reply via email to

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