]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:51 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:51 +0000 (14:43 +0000)
commit1274a47fbd9739b628835936dbefa0294d9dd32c
tree4eabfe6fbe2a11fe67a9622f4bc07e96dc12de44
parentdea9104a4f85388a1419701a18eb33c354f5658f
target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs

Enable FEAT_NV on the 'max' CPU, and stop filtering it out for the
Neoverse N2 and Neoverse V1 CPUs.  We continue to downgrade FEAT_NV2
support to FEAT_NV for the latter two CPU types.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Miguel Luis <miguel.luis@oracle.com>
docs/system/arm/emulation.rst
target/arm/cpu.c
target/arm/tcg/cpu64.c