[PATCH 0/3] s390x: Fix for vistr instruction & addition to TCG tests

Thomas Huth posted 3 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221012182755.1014853-1-thuth@redhat.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
tests/tcg/s390x/vistr.c             | 45 +++++++++++++++++++++++++++++
target/s390x/tcg/translate_vx.c.inc |  2 +-
tests/tcg/s390x/Makefile.target     | 31 +++++++++++++-------
3 files changed, 67 insertions(+), 11 deletions(-)
create mode 100644 tests/tcg/s390x/vistr.c
[PATCH 0/3] s390x: Fix for vistr instruction & addition to TCG tests
Posted by Thomas Huth 1 year, 7 months ago
1) Improve tests/tcg/s390x/Makefile.target to look for -march flags only once
2) Fix a problem with the vistr instruction
3) Add a test for the vistr instruction

Thomas Huth (3):
  tests/tcg/s390x: Test compiler flags only once, not every time
  target/s390x: Fix emulation of the VISTR instruction
  tests/tcg/s390x: Add a test for the vistr instruction

 tests/tcg/s390x/vistr.c             | 45 +++++++++++++++++++++++++++++
 target/s390x/tcg/translate_vx.c.inc |  2 +-
 tests/tcg/s390x/Makefile.target     | 31 +++++++++++++-------
 3 files changed, 67 insertions(+), 11 deletions(-)
 create mode 100644 tests/tcg/s390x/vistr.c

-- 
2.31.1