]> xenbits.xensource.com Git - qemu-upstream-unstable.git/commit
target-arm: Implement 'int' loglevel
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:28 +0000 (14:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Aug 2013 13:54:28 +0000 (14:54 +0100)
commit3f1beaca88bffa4828cc86beb89ff70474516d91
tree57589b61b01bb75101dfc9043f443c17ec3ec9bc
parentf202039811d8746b0586d2fd5f61de6c8cf68056
target-arm: Implement 'int' loglevel

The 'int' loglevel for recording interrupts and exceptions
requires support in the target-specific code. Implement
it for ARM. This improves debug logging in some situations
that were otherwise pretty opaque, such as when we fault
trying to execute at an exception vector address, which
would otherwise cause an infinite loop of taking exceptions
without any indication in the debug log of what was going on.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 1375700771-21665-1-git-send-email-peter.maydell@linaro.org
target-arm/helper.c