On 1/29/26 21:34, Peter Maydell wrote:
FEAT_SME_FA64 allows Streaming SVE code to access the whole
SVE instruction set; it requires FEAT_SVE to be present. If
we have a CPU with SME but not SVE, squash the FA64 bit in
arm_cpu_sme_finalize().
This doesn't have any effect at the moment because we don't
let the user create an SME-without-SVE CPU, but we are about
to lift that restriction.
Signed-off-by: Peter Maydell<[email protected]>
---
target/arm/cpu64.c | 5 +++++
1 file changed, 5 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~