Re: [Qemu-devel] [PATCH v3 0/3] Implement basic MSA functions

2017-09-22 Thread Cornelia Huck
On Wed, 20 Sep 2017 17:30:13 +0200 David Hildenbrand wrote: > Some leftover from "target/s390x: tcg improvments + MSA functions". > > Implement all basic MSA (cpacf/crypto) instructions <= z13. Only provide > the query subfunction (to query available subfunctions), no actual >

Re: [Qemu-devel] [PATCH v3 0/3] Implement basic MSA functions

2017-09-21 Thread David Hildenbrand
On 21.09.2017 10:23, Cornelia Huck wrote: > On Wed, 20 Sep 2017 17:30:13 +0200 > David Hildenbrand wrote: > >> Some leftover from "target/s390x: tcg improvments + MSA functions". >> >> Implement all basic MSA (cpacf/crypto) instructions <= z13. Only provide >> the query

Re: [Qemu-devel] [PATCH v3 0/3] Implement basic MSA functions

2017-09-21 Thread Cornelia Huck
On Wed, 20 Sep 2017 17:30:13 +0200 David Hildenbrand wrote: > Some leftover from "target/s390x: tcg improvments + MSA functions". > > Implement all basic MSA (cpacf/crypto) instructions <= z13. Only provide > the query subfunction (to query available subfunctions), no actual >

[Qemu-devel] [PATCH v3 0/3] Implement basic MSA functions

2017-09-20 Thread David Hildenbrand
Some leftover from "target/s390x: tcg improvments + MSA functions". Implement all basic MSA (cpacf/crypto) instructions <= z13. Only provide the query subfunction (to query available subfunctions), no actual de/encryption yet. Good enough to unlock the STFL bits. I have written kvm-unit-tests