Re: [PATCH v4 2/2] target/s390x: support SHA-512 extensions

2022-08-03 Thread Harald Freudenberger
On 2022-08-03 14:14, Jason A. Donenfeld wrote: Hi David, On Wed, Aug 03, 2022 at 01:55:21PM +0200, David Hildenbrand wrote: On 02.08.22 21:00, Jason A. Donenfeld wrote: > In order to fully support MSA_EXT_5, we have to also support the SHA-512 > special instructions. So implement those. > > The

Re: [PATCH v2] target/s390x: support PRNO_TRNG instruction

2022-08-02 Thread Harald Freudenberger
. Cc: Thomas Huth Cc: David Hildenbrand Cc: Richard Henderson Cc: Cornelia Huck Cc: Harald Freudenberger Cc: Holger Dengler Signed-off-by: Jason A. Donenfeld --- target/s390x/cpu_models.c| 2 -- target/s390x/gen-features.c | 2 ++ target/s390x/tcg/crypto_helper.c