Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Thomas Huth
On 10/03/2022 12.35, Richard Henderson wrote: On 3/10/22 02:21, Thomas Huth wrote: On 10/03/2022 09.36, Thomas Huth wrote: [...] However, the error still persists. I now had a closer look by running the test with "qemu-s390x" on my z15 machine directly, and all tests are failing! The problem

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Richard Henderson
On 3/10/22 02:21, Thomas Huth wrote: On 10/03/2022 09.36, Thomas Huth wrote: On 09/03/2022 12.22, Alex Bennée wrote: 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 Cc:

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Alex Bennée
Thomas Huth writes: > On 10/03/2022 11.34, Alex Bennée wrote: >> Thomas Huth writes: >> >>> On 09/03/2022 12.22, Alex Bennée wrote: 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. >>

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Thomas Huth
On 10/03/2022 11.34, Alex Bennée wrote: Thomas Huth writes: On 09/03/2022 12.22, Alex Bennée wrote: 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 Cc: Thomas Huth ---

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Alex Bennée
Thomas Huth writes: > On 09/03/2022 12.22, Alex Bennée wrote: >> 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 >> Cc: Thomas Huth >> --- >> tests/tcg/s390x/Ma

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Thomas Huth
On 10/03/2022 09.36, Thomas Huth wrote: On 09/03/2022 12.22, Alex Bennée wrote: 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 Cc: Thomas Huth ---   tests/tcg/s390x/Mak

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-10 Thread Thomas Huth
On 09/03/2022 12.22, Alex Bennée wrote: 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 Cc: Thomas Huth --- tests/tcg/s390x/Makefile.target | 2 -- 1 file changed, 2 d

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-09 Thread Richard Henderson
On 3/9/22 01:22, Alex Bennée wrote: 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 Cc: Thomas Huth --- tests/tcg/s390x/Makefile.target | 2 -- 1 file changed, 2 deletio

Re: [RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-09 Thread David Hildenbrand
On 09.03.22 12:22, Alex Bennée wrote: > 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 > Cc: Thomas Huth > --- > tests/tcg/s390x/Makefile.target | 2 -- > 1 fi

[RFC PATCH] tests/tcg: drop -cpu max from s390x sha512-mvx invocation

2022-03-09 Thread Alex Bennée
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 Cc: Thomas Huth --- tests/tcg/s390x/Makefile.target | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tcg/s390x/Mak