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

2021-03-10 Thread Philippe Mathieu-Daudé
On 3/10/21 3:00 PM, Claudio Fontana wrote: > On 3/10/21 2:45 PM, Claudio Fontana wrote: >> On 3/10/21 2:42 PM, Philippe Mathieu-Daudé wrote: >>> On 3/10/21 12:46 PM, Claudio Fontana wrote: On 3/9/21 3:18 PM, Philippe Mathieu-Daudé wrote: > On 3/9/21 2:41 PM, Claudio Fontana wrote: >> O

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

2021-03-10 Thread Claudio Fontana
On 3/10/21 2:45 PM, Claudio Fontana wrote: > On 3/10/21 2:42 PM, Philippe Mathieu-Daudé wrote: >> On 3/10/21 12:46 PM, Claudio Fontana wrote: >>> On 3/9/21 3:18 PM, Philippe Mathieu-Daudé wrote: On 3/9/21 2:41 PM, Claudio Fontana wrote: > On 2/21/21 11:26 PM, Philippe Mathieu-Daudé wrote:

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

2021-03-10 Thread Claudio Fontana
On 3/10/21 2:42 PM, Philippe Mathieu-Daudé wrote: > On 3/10/21 12:46 PM, Claudio Fontana wrote: >> On 3/9/21 3:18 PM, Philippe Mathieu-Daudé wrote: >>> On 3/9/21 2:41 PM, Claudio Fontana wrote: On 2/21/21 11:26 PM, Philippe Mathieu-Daudé wrote: > IDAU is specific to M-profile. KVM only sup

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

2021-03-10 Thread Philippe Mathieu-Daudé
On 3/10/21 12:46 PM, Claudio Fontana wrote: > On 3/9/21 3:18 PM, Philippe Mathieu-Daudé wrote: >> On 3/9/21 2:41 PM, Claudio Fontana wrote: >>> On 2/21/21 11:26 PM, Philippe Mathieu-Daudé wrote: IDAU is specific to M-profile. KVM only supports A-profile. Restrict this interface to TCG, as

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

2021-03-10 Thread Claudio Fontana
On 3/9/21 3:18 PM, Philippe Mathieu-Daudé wrote: > On 3/9/21 2:41 PM, Claudio Fontana wrote: >> On 2/21/21 11:26 PM, 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

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

2021-03-09 Thread Claudio Fontana
On 3/9/21 3:18 PM, Philippe Mathieu-Daudé wrote: > On 3/9/21 2:41 PM, Claudio Fontana wrote: >> On 2/21/21 11:26 PM, 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

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

2021-03-09 Thread Philippe Mathieu-Daudé
On 3/9/21 2:41 PM, Claudio Fontana wrote: > On 2/21/21 11:26 PM, 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. >> >> Reviewed-by: Richard Henderson >> Review

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

2021-03-09 Thread Claudio Fontana
On 2/21/21 11:26 PM, 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. > > Reviewed-by: Richard Henderson > Reviewed-by: Peter Maydell > Signed-off-by: Philippe M

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

2021-02-21 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. Reviewed-by: Richard Henderson Reviewed-by: Peter Maydell Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 7 --- target/arm/c