On 8/23/21 9:06 AM, 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 only need to initialize the
bitmap for 'max' with TCG. And, since 'max' should support all SVE
vector lengths we simply fill the bitmap. Future CPU types may have
less trivial maps though.

Signed-off-by: Andrew Jones<drjo...@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé<phi...@redhat.com>
---
  target/arm/cpu.h   | 4 ++++
  target/arm/cpu64.c | 2 ++
  2 files changed, 6 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to