Re: [PATCH v3 03/25] target/arm: Diagnose incorrect usage of arm_is_secure subroutines

2023-02-24 Thread Peter Maydell
On Wed, 22 Feb 2023 at 02:34, Richard Henderson wrote: > > In several places we use arm_is_secure_below_el3 and > arm_is_el3_or_mon separately from arm_is_secure. > These functions make no sense for m-profile, and > would indicate prior incorrect feature testing. > > Signed-off-by: Richard Henders

Re: [PATCH v3 03/25] target/arm: Diagnose incorrect usage of arm_is_secure subroutines

2023-02-22 Thread Philippe Mathieu-Daudé
On 22/2/23 03:33, Richard Henderson wrote: In several places we use arm_is_secure_below_el3 and arm_is_el3_or_mon separately from arm_is_secure. These functions make no sense for m-profile, and would indicate prior incorrect feature testing. Signed-off-by: Richard Henderson --- target/arm/cpu

[PATCH v3 03/25] target/arm: Diagnose incorrect usage of arm_is_secure subroutines

2023-02-21 Thread Richard Henderson
In several places we use arm_is_secure_below_el3 and arm_is_el3_or_mon separately from arm_is_secure. These functions make no sense for m-profile, and would indicate prior incorrect feature testing. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 5 - 1 file changed, 4 insertions(+),