Re: [PATCH v3 11/20] target/arm: default SVE length to 64 bytes for linux-user

2019-12-11 Thread Richard Henderson
On 12/11/19 9:05 AM, Alex Bennée wrote: > The Linux kernel chooses the default of 64 bytes for SVE registers on > the basis that it is the largest size on known hardware that won't > grow the signal frame. We still honour the sve-max-vq property and > userspace can expand the number of lanes by cal

[PATCH v3 11/20] target/arm: default SVE length to 64 bytes for linux-user

2019-12-11 Thread Alex Bennée
The Linux kernel chooses the default of 64 bytes for SVE registers on the basis that it is the largest size on known hardware that won't grow the signal frame. We still honour the sve-max-vq property and userspace can expand the number of lanes by calling PR_SVE_SET_VL. This should not make any di