Skip to content

Commit

Permalink
tests/tcg: drop -cpu max from s390x sha512-mvx invocation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad authored and huth committed Mar 16, 2022
1 parent d6f229f commit d0a1782
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tcg/s390x/Makefile.target
Expand Up @@ -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

0 comments on commit d0a1782

Please sign in to comment.