Re: [PATCH v3 15/25] target/arm: NSTable is RES0 for the RME EL3 regime

2023-02-24 Thread Peter Maydell
On Wed, 22 Feb 2023 at 02:36, Richard Henderson wrote: > > Test in_space instead of in_secure so that we don't switch > out of Root space. Handle the output space change immediately, > rather than try and combine the NSTable and NS bits later. > > Signed-off-by: Richard Henderson > --- > target

[PATCH v3 15/25] target/arm: NSTable is RES0 for the RME EL3 regime

2023-02-21 Thread Richard Henderson
Test in_space instead of in_secure so that we don't switch out of Root space. Handle the output space change immediately, rather than try and combine the NSTable and NS bits later. Signed-off-by: Richard Henderson --- target/arm/ptw.c | 27 ++- 1 file changed, 14 inserti