[PATCH 0/2] target/s390x: Fix R[NOX]SBG with T=1

Ilya Leoshkevich posted 2 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230314233443.324727-1-iii@linux.ibm.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
target/s390x/tcg/translate.c    |  3 +++
tests/tcg/s390x/Makefile.target |  1 +
tests/tcg/s390x/rxsbg.c         | 25 +++++++++++++++++++++++++
3 files changed, 29 insertions(+)
create mode 100644 tests/tcg/s390x/rxsbg.c
[PATCH 0/2] target/s390x: Fix R[NOX]SBG with T=1
Posted by Ilya Leoshkevich 1 year, 1 month ago
Hi,

This series fixes ROTATE THEN <do something with> SELECTED BITS when
test-results control is on. The problem is the incorrect translation,
which confuses the register allocator.

Patch 1 is the fix, patch 2 adds a test.

Best regards,
Ilya

Ilya Leoshkevich (2):
  target/s390x: Fix R[NOX]SBG with T=1
  tests/tcg/s390x: Add rxsbg.c

 target/s390x/tcg/translate.c    |  3 +++
 tests/tcg/s390x/Makefile.target |  1 +
 tests/tcg/s390x/rxsbg.c         | 25 +++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 100644 tests/tcg/s390x/rxsbg.c

-- 
2.39.2