Re: [PATCH 1/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-19 Thread Philippe Mathieu-Daudé
On 8/19/21 9:37 PM, Andrew Jones wrote: > Allow CPUs that support SVE to specify which SVE vector lengths they > support by setting them in this bitmap. Currently only the 'max' and > 'host' CPU types supports SVE and 'host' requires KVM which obtains > its supported bitmap from the host. So, we on

[PATCH 1/4] target/arm/cpu: Introduce sve_vq_supported bitmap

2021-08-19 Thread Andrew Jones
Allow CPUs that support SVE to specify which SVE vector lengths they support by setting them in this bitmap. Currently only the 'max' and 'host' CPU types supports SVE and 'host' requires KVM which obtains its supported bitmap from the host. So, we only need to initialize the bitmap for 'max' with