Re: [PATCH 12/22] target/arm: NSTable is RES0 for the RME EL3 regime

2023-02-10 Thread Richard Henderson
On 2/10/23 01:36, Peter Maydell wrote: On Tue, 24 Jan 2023 at 00:01, 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:

Re: [PATCH 12/22] target/arm: NSTable is RES0 for the RME EL3 regime

2023-02-10 Thread Peter Maydell
On Tue, 24 Jan 2023 at 00:01, 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 > --- >

[PATCH 12/22] target/arm: NSTable is RES0 for the RME EL3 regime

2023-01-23 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 | 31 ++- 1 file changed, 14