]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add cpu properties for SME
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 17:52:01 +0000 (10:52 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 10:18:17 +0000 (11:18 +0100)
commite74c097638d38b46d9c68f11565432034afc0ad0
tree8f885e504469e1bc251308e66fb0592c4d395868
parent70cc9ee19e53bc8bc597c5134e294a2ab377c4da
target/arm: Add cpu properties for SME

Mirror the properties for SVE.  The main difference is
that any arbitrary set of powers of 2 may be supported,
and not the stricter constraints that apply to SVE.

Include a property to control FEAT_SME_FA64, as failing
to restrict the runtime to the proper subset of insns
could be a major point for bugs.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20220620175235.60881-18-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/cpu-features.rst
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/internals.h