]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:57 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:44:45 +0000 (14:44 +0000)
commite2862554c257e908a3833265e38365e794abd362
tree3baf667dbb1e66b667c3f612cde341bf5ebeb8f4
parent3b32140e706b586a0b17050f99ffc812c8849bd0
target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs

Enable FEAT_NV2 on the 'max' CPU, and stop filtering it out for
the Neoverse N2 and Neoverse V1 CPUs.

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