target/arm: Restrict v8M IDAU to TCG
commit6e937ba7f8fb90d66cb3781f7fed32fb4239556a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 21 Feb 2021 22:26:15 +0000 (21 23:26 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Mar 2021 15:17:35 +0000 (5 15:17 +0000)
tree6cac7248f7f262fce04bb0b37fa3e5f1decf052d
parent2d928adf8a9148510e1b2041145b8a873f4d26df
target/arm: Restrict v8M IDAU to TCG

IDAU is specific to M-profile. KVM only supports A-profile.
Restrict this interface to TCG, as it is pointless (and
confusing) on a KVM-only build.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210221222617.2579610-2-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu_tcg.c