[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap |
Date: |
Thu, 26 Aug 2021 14:22:29 +0100 |
On Mon, 23 Aug 2021 at 17:06, Andrew Jones <drjones@redhat.com> wrote:
>
> v2:
> - Completed testing
> - Removed extra space in an error message
> - Added Phil's r-b's
>
> 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 'max' CPU type
> though and, since it supports all vector lengths, we just fill
> the whole thing.
Applied to target-arm.next, thanks.
-- PMM