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