Re: [PATCH 4/4] target/arm/cpu64: Validate sve vector lengths are supported

2021-08-23 Thread Andrew Jones
On Thu, Aug 19, 2021 at 09:37:58PM +0200, Andrew Jones wrote: > Future CPU types may specify which vector lengths are supported. > We can apply nearly the same logic to validate those lengths > as we do for KVM's supported vector lengths. We merge the code > where we can, but unfortunately can't

[PATCH 4/4] target/arm/cpu64: Validate sve vector lengths are supported

2021-08-19 Thread Andrew Jones
Future CPU types may specify which vector lengths are supported. We can apply nearly the same logic to validate those lengths as we do for KVM's supported vector lengths. We merge the code where we can, but unfortunately can't completely merge it because KVM requires all vector lengths,