[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] target/arm/cpu: Introduce sve_vq_supported bitmap
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 1/4] target/arm/cpu: Introduce sve_vq_supported bitmap |
Date: |
Fri, 20 Aug 2021 00:53:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
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 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 <drjones@redhat.com>
> ---
> target/arm/cpu.h | 4 ++++
> target/arm/cpu64.c | 2 ++
> 2 files changed, 6 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
- [PATCH 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap, Andrew Jones, 2021/08/19
- [PATCH 1/4] target/arm/cpu: Introduce sve_vq_supported bitmap, Andrew Jones, 2021/08/19
- Re: [PATCH 1/4] target/arm/cpu: Introduce sve_vq_supported bitmap,
Philippe Mathieu-Daudé <=
- [PATCH 2/4] target/arm/kvm64: Ensure sve vls map is completely clear, Andrew Jones, 2021/08/19
- [PATCH 3/4] target/arm/cpu64: Replace kvm_supported with sve_vq_supported, Andrew Jones, 2021/08/19
- [PATCH 4/4] target/arm/cpu64: Validate sve vector lengths are supported, Andrew Jones, 2021/08/19
- Re: [PATCH 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap, Andrew Jones, 2021/08/23