Re: [PATCH 3/5] target/arm: Restrict v8M IDAU to TCG

2021-02-02 Thread Peter Maydell
On Sun, 31 Jan 2021 at 16:44, Philippe Mathieu-Daudé wrote: > > 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. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell thanks --

[PATCH 3/5] target/arm: Restrict v8M IDAU to TCG

2021-01-31 Thread Philippe Mathieu-Daudé
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. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 7 --- target/arm/cpu_tcg.c | 8 2 files changed, 8 insertions(+), 7 d