target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entry
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:43:57 +0000 (14:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:44:45 +0000 (14:44 +0000)
commit3b32140e706b586a0b17050f99ffc812c8849bd0
tree309cae4a89efc1462f9830bae6a0a4f8d3a87f5e
parentbde0e60be4f0d1bef6dfb8fea102d42cf98a1bff
target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entry

We already print various lines of information when we take an
exception, including the ELR and (if relevant) the FAR. Now
that FEAT_NV means that we might report something other than
the old PSTATE to the guest as the SPSR, it's worth logging
this as well.

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