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

2021-08-23 Thread Andrew Jones
On Thu, Aug 19, 2021 at 09:37:54PM +0200, Andrew Jones wrote: > While reviewing the new A64FX CPU type it became clear that CPU > types should be able to specify which SVE vector lengths are > supported. This series adds a new bitmap member to ARMCPU and > modifies arm_cpu_sve_finalize() to validat

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

2021-08-19 Thread Andrew Jones
While reviewing the new A64FX CPU type it became clear that CPU types should be able to specify which SVE vector lengths are supported. This series adds a new bitmap member to ARMCPU and modifies arm_cpu_sve_finalize() to validate inputs against it. So far we only need to set the bitmap for the 'ma