From: Alex Bennée Date: Wed, 9 Mar 2022 11:22:48 +0000 (+0000) Subject: tests/tcg: drop -cpu max from s390x sha512-mvx invocation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0a17829d0d53f9b03127bf6a03cc1e19c2741ac;p=qemu.git tests/tcg: drop -cpu max from s390x sha512-mvx invocation With -cpu max we get a warning: qemu-s390x: warning: 'msa5-base' requires 'kimd-sha-512'. But dropping the -cpu max and it still runs fine. Signed-off-by: Alex Bennée Message-Id: <20220309112248.4083619-1-alex.bennee@linaro.org> Reviewed-by: Richard Henderson Reviewed-by: David Hildenbrand Tested-by: Thomas Huth Signed-off-by: Thomas Huth --- diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target index 257c568c58..7aa502a557 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -34,6 +34,4 @@ sha512-mvx: CFLAGS=-march=z13 -mvx -O3 sha512-mvx: sha512.c $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS) -run-sha512-mvx: QEMU_OPTS+=-cpu max - TESTS+=sha512-mvx