Re: [PATCH 08/14] target/arm/ptw: Remove last uses of ptw->in_secure

2023-07-23 Thread Richard Henderson
On 7/14/23 16:46, Peter Maydell wrote: Replace the last uses of ptw->in_secure with appropriate checks on ptw->in_space. Signed-off-by: Peter Maydell --- target/arm/ptw.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 08/14] target/arm/ptw: Remove last uses of ptw->in_secure

2023-07-14 Thread Peter Maydell
Replace the last uses of ptw->in_secure with appropriate checks on ptw->in_space. Signed-off-by: Peter Maydell --- target/arm/ptw.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/target/arm/ptw.c b/target/arm/ptw.c index c30d3fe69a0..bc834675fb2 100644 --- a/targ