Re: [PATCH 24/35] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2

2024-01-04 Thread Peter Maydell
On Wed, 27 Dec 2023 at 23:06, Richard Henderson wrote: > > On 12/18/23 22:32, Peter Maydell wrote: > > With FEAT_NV2, the condition for when SPSR_EL1.M should report that > > an exception was taken from EL2 changes. > > > > Signed-off-by: Peter Maydell > > --- > > target/arm/helper.c | 16 +

Re: [PATCH 24/35] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2

2023-12-27 Thread Richard Henderson
On 12/18/23 22:32, Peter Maydell wrote: With FEAT_NV2, the condition for when SPSR_EL1.M should report that an exception was taken from EL2 changes. Signed-off-by: Peter Maydell --- target/arm/helper.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/targ

[PATCH 24/35] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2

2023-12-18 Thread Peter Maydell
With FEAT_NV2, the condition for when SPSR_EL1.M should report that an exception was taken from EL2 changes. Signed-off-by: Peter Maydell --- target/arm/helper.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index