On 12/18/23 22:33, Peter Maydell wrote:
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.mayd...@linaro.org> --- target/arm/helper.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~