target/arm: Enable MTE
commitc7459633baa71d1781fde4a245d6ec9ce2f008cf
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:43 +0000 (25 20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:32:24 +0000 (26 14:32 +0100)
tree8fcac39b4f2b3fb01fcf0a8a643c95ae12937ee8
parente4d5bf4fbd5abfc3727e711eda64a583cab4d637
target/arm: Enable MTE

We now implement all of the components of MTE, without actually
supporting any tagged memory.  All MTE instructions will work,
trivially, so we can enable support.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-46-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c