Re: [Qemu-devel] [PATCH] target-arm: Implement 'int' loglevel

2013-08-02 Thread Richard Henderson
On 08/02/2013 07:09 AM, Peter Maydell wrote: > +static const char *excnames[] = { static const char * const excnames[] r~

[Qemu-devel] [PATCH] target-arm: Implement 'int' loglevel

2013-08-02 Thread Peter Maydell
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 otherw