]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:52 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:52 +0000 (14:43 +0000)
commitef8a4a8816d166102545e3404a00c4e50b4496ee
treed0b0aca9e060925a325ae7e475d255e76b2f7527
parentb5ba6c99a81a2f57fb004709169679e552bdabdb
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>
target/arm/helper.c