[PATCH v2 0/2] target/s390x: Fix LAE setting a wrong access register

Ilya Leoshkevich posted 2 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240111092328.929421-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>
target/s390x/tcg/translate.c    |  3 ++-
tests/tcg/s390x/Makefile.target |  1 +
tests/tcg/s390x/lae.c           | 31 +++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 tests/tcg/s390x/lae.c
[PATCH v2 0/2] target/s390x: Fix LAE setting a wrong access register
Posted by Ilya Leoshkevich 8 months, 1 week ago
v1: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg01596.html
v1 -> v2: Fix building the test with clang (Thomas).



Hi,

Ido has noticed that LAE sets a wrong access register and proposed a
fix. This series fixes the issue and adds a test.

Best regards,
Ilya

Ilya Leoshkevich (2):
  target/s390x: Fix LAE setting a wrong access register
  tests/tcg/s390x: Test LOAD ADDRESS EXTENDED

 target/s390x/tcg/translate.c    |  3 ++-
 tests/tcg/s390x/Makefile.target |  1 +
 tests/tcg/s390x/lae.c           | 31 +++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletion(-)
 create mode 100644 tests/tcg/s390x/lae.c

-- 
2.43.0