On 22/03/2022 09.53, David Hildenbrand wrote:
On 22.03.22 01:04, David Miller wrote:
[...]
diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target
index 8c9b6a13ce..921a056dd1 100644
--- a/tests/tcg/s390x/Makefile.target
+++ b/tests/tcg/s390x/Makefile.target
@@ -16,6 +16,14 @@ TESTS+=shift
TESTS+=trap
TESTS+=signals-s390x
+VECTOR_TESTS=vxeh2_vs
+VECTOR_TESTS+=vxeh2_vcvt
+VECTOR_TESTS+=vxeh2_vlstr
+
+TESTS+=$(VECTOR_TESTS)
+
+$(VECTOR_TESTS): CFLAGS+=-march=z15 -O2
@Thomas, will that survive our test framework already, or do we have to
wait for the debain11 changes?
Alex' update to the container has already been merged:
https://gitlab.com/qemu-project/qemu/-/commit/89767579cad2e371b
... and seems like it's working in Travis on s390x, too:
https://app.travis-ci.com/github/huth/qemu/jobs/564188977#L12797
... so it seems like it should be OK now (considering that we drop support
for the old Ubuntu version 18.04 in QEMU 7.1, too).
Thomas