Re: [PATCH 02/71] linux-user/aarch64: Introduce sve_vq_cached

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 22:49, Richard Henderson wrote: > > Add an interface function to extract the digested vector length > rather than the raw zcr_el[1] value. This fixes an incorrect > return from do_prctl_set_vl where we didn't take into account > the set of vector lengths supported by the cpu

[PATCH 02/71] linux-user/aarch64: Introduce sve_vq_cached

2022-06-02 Thread Richard Henderson
Add an interface function to extract the digested vector length rather than the raw zcr_el[1] value. This fixes an incorrect return from do_prctl_set_vl where we didn't take into account the set of vector lengths supported by the cpu. Signed-off-by: Richard Henderson --- v2: Add sve_vq_cached ra