hw/arm/virt: Enable MTE via a machine property
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jul 2020 09:25:36 +0000 (10:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Jul 2020 10:35:15 +0000 (11:35 +0100)
commit6f4e1405b91da0d0a1084ae3aff2bd308432778f
tree8a719b20945a96a970dea2a10aa4915edb6f3ba7
parent873ec69aeb12e24eec7fb317fd0cd8494e8489dd
hw/arm/virt: Enable MTE via a machine property

Control this cpu feature via a machine property, much as we do
with secure=on, since both require specialized support in the
machine setup to be functional.

Default MTE to off, since this feature implies extra overhead.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200713213341.590275-2-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c
include/hw/arm/virt.h
target/arm/cpu.c
target/arm/cpu64.c
This page took 0.025782 seconds and 4 git commands to generate.