[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/3] s390x: Add partial z15 support and tests
From: |
David Miller |
Subject: |
[PATCH v3 0/3] s390x: Add partial z15 support and tests |
Date: |
Tue, 15 Feb 2022 15:26:55 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
Add partial support for s390x z15 ga1 and specific tests for minste3
v2 -> v3:
* Moved tests to separate patch.
* Combined patches into series.
David Miller (3):
s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3
for the s390x
s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions
Facility 3
hw/s390x/s390-virtio-ccw.c | 3 ++
target/s390x/cpu_models.c | 6 ++--
target/s390x/gen-features.c | 6 +++-
target/s390x/helper.h | 1 +
target/s390x/tcg/insn-data.def | 30 ++++++++++++++++--
target/s390x/tcg/mem_helper.c | 20 ++++++++++++
target/s390x/tcg/translate.c | 56 ++++++++++++++++++++++++++++++++-
tests/tcg/s390x/Makefile.target | 2 +-
tests/tcg/s390x/mie3-compl.c | 56 +++++++++++++++++++++++++++++++++
tests/tcg/s390x/mie3-mvcrl.c | 31 ++++++++++++++++++
tests/tcg/s390x/mie3-sel.c | 42 +++++++++++++++++++++++++
11 files changed, 244 insertions(+), 9 deletions(-)
create mode 100644 tests/tcg/s390x/mie3-compl.c
create mode 100644 tests/tcg/s390x/mie3-mvcrl.c
create mode 100644 tests/tcg/s390x/mie3-sel.c
--
2.32.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH v3 0/3] s390x: Add partial z15 support and tests,
David Miller <=