diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-03-09 11:22:48 +0000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-03-16 08:43:10 +0100 |
commit | d0a17829d0d53f9b03127bf6a03cc1e19c2741ac (patch) | |
tree | 151ee3fe3fabb92fe1c1b6b8976dfbf445dda72b /tests/tcg/s390x | |
parent | d6f229f9a0592c4d5beb0a5c4e024231c27680d3 (diff) | |
download | qemu-d0a17829d0d53f9b03127bf6a03cc1e19c2741ac.zip qemu-d0a17829d0d53f9b03127bf6a03cc1e19c2741ac.tar.gz qemu-d0a17829d0d53f9b03127bf6a03cc1e19c2741ac.tar.bz2 |
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 <alex.bennee@linaro.org>
Message-Id: <20220309112248.4083619-1-alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/tcg/s390x')
-rw-r--r-- | tests/tcg/s390x/Makefile.target | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target index 257c568..7aa502a 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 |