Re: [Qemu-devel] [PATCH 1/4] target/arm: Improve exception-taken logging

2018-07-20 Thread Richard Henderson
On 07/20/2018 07:56 AM, Peter Maydell wrote: > Improve the exception-taken logging by logging in > v7m_exception_taken() the exception we're going to take > and whether it is secure/nonsecure. > > This requires us to move logging at many callsites from after the > call to before it, so that the lo

[Qemu-devel] [PATCH 1/4] target/arm: Improve exception-taken logging

2018-07-20 Thread Peter Maydell
Improve the exception-taken logging by logging in v7m_exception_taken() the exception we're going to take and whether it is secure/nonsecure. This requires us to move logging at many callsites from after the call to before it, so that the logging appears in a sensible order. (This will make tail-