Re: [PATCH 0/3] tcg/s390: Support host vector operations

2020-05-11 Thread Richard Henderson
On 5/11/20 8:34 AM, David Hildenbrand wrote: > Yes, compiles with that. Where are the arm sve tests located, so I can > run them? (are they in tests/tcg?) Ah, they're risu files. I'll find somewhere to share them. r~

Re: [PATCH 0/3] tcg/s390: Support host vector operations

2020-05-11 Thread David Hildenbrand
On 11.05.20 17:10, Richard Henderson wrote: > On 5/11/20 2:51 AM, David Hildenbrand wrote: >> On 11.05.20 10:50, David Hildenbrand wrote: >> I'm having issues building this due to lack of HWCAP_S390_VX. >> >> [linux1@rhkvm01 qemu]$ cat /etc/redhat-release >> Red Hat Enterprise Linux Server release

Re: [PATCH 0/3] tcg/s390: Support host vector operations

2020-05-11 Thread Richard Henderson
On 5/11/20 2:51 AM, David Hildenbrand wrote: > On 11.05.20 10:50, David Hildenbrand wrote: > I'm having issues building this due to lack of HWCAP_S390_VX. > > [linux1@rhkvm01 qemu]$ cat /etc/redhat-release > Red Hat Enterprise Linux Server release 7.7 (Maipo) > Yes, I found that when I pushed the

Re: [PATCH 0/3] tcg/s390: Support host vector operations

2020-05-11 Thread David Hildenbrand
On 11.05.20 10:50, David Hildenbrand wrote: > On 08.05.20 17:57, Richard Henderson wrote: >> I've had this floating around on a branch for a while now >> It is able to run arm sve tests under qemu, but I have not >> been able to test it against real hardware. > > You can run qemu-system-arm under

Re: [PATCH 0/3] tcg/s390: Support host vector operations

2020-05-11 Thread David Hildenbrand
On 08.05.20 17:57, Richard Henderson wrote: > I've had this floating around on a branch for a while now > It is able to run arm sve tests under qemu, but I have not > been able to test it against real hardware. You can run qemu-system-arm under qemu-system-s390 with vx=on ;) I'll try to give this

Re: [PATCH 0/3] tcg/s390: Support host vector operations

2020-05-08 Thread Richard Henderson
On 5/8/20 8:57 AM, Richard Henderson wrote: > I've had this floating around on a branch for a while now > It is able to run arm sve tests under qemu, but I have not > been able to test it against real hardware. Dangit. I hit send right as I remembered that I should mark this as: Based-on: 202005