commit | ef8a4a8816d166102545e3404a00c4e50b4496ee | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 09 14:43:52 2024 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 09 14:43:52 2024 +0000 |
tree | d0b0aca9e060925a325ae7e475d255e76b2f7527 | |
parent | b5ba6c99a81a2f57fb004709169679e552bdabdb [diff] |
target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2 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 <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Miguel Luis <miguel.luis@oracle.com>