[PATCH 0/2] target/s390x: Fix MXDB and MXDBR

Ilya Leoshkevich posted 2 patches 10 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230601223027.795501-1-iii@linux.ibm.com
Maintainers: Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>
target/s390x/helper.h            |  2 +-
target/s390x/tcg/fpu_helper.c    |  5 +++--
target/s390x/tcg/insn-data.h.inc |  4 ++--
target/s390x/tcg/translate.c     |  8 +-------
tests/tcg/s390x/Makefile.target  |  1 +
tests/tcg/s390x/mxdb.c           | 30 ++++++++++++++++++++++++++++++
6 files changed, 38 insertions(+), 12 deletions(-)
create mode 100644 tests/tcg/s390x/mxdb.c
[PATCH 0/2] target/s390x: Fix MXDB and MXDBR
Posted by Ilya Leoshkevich 10 months, 4 weeks ago
Hi,

This is the last finding from [1].
With this fix, llvm-project testcases run without issues.

Best regards,
Ilya

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2211472

Ilya Leoshkevich (2):
  target/s390x: Fix MXDB and MXDBR
  tests/tcg/s390x: Test MXDB and MXDBR

 target/s390x/helper.h            |  2 +-
 target/s390x/tcg/fpu_helper.c    |  5 +++--
 target/s390x/tcg/insn-data.h.inc |  4 ++--
 target/s390x/tcg/translate.c     |  8 +-------
 tests/tcg/s390x/Makefile.target  |  1 +
 tests/tcg/s390x/mxdb.c           | 30 ++++++++++++++++++++++++++++++
 6 files changed, 38 insertions(+), 12 deletions(-)
 create mode 100644 tests/tcg/s390x/mxdb.c

-- 
2.40.1