Re: [PATCH v3 01/25] target/arm: Handle m-profile in arm_is_secure
On Wed, 22 Feb 2023 at 02:34, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v3 01/25] target/arm: Handle m-profile in arm_is_secure
Signed-off-by: Richard Henderson --- target/arm/cpu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 12b1082537..7a2f804aeb 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -2426,6 +2426,9 @@ static inline bool arm_is_el3_or_mon(CPUARMState