[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 1/2] target-ppc: Fix invalid SPR read/write warnin
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH 1/2] target-ppc: Fix invalid SPR read/write warnings |
Date: |
Thu, 2 May 2013 00:59:14 +0200 |
On 01.05.2013, at 12:43, Anton Blanchard wrote:
>
> Invalid and privileged SPR warnings currently print the wrong
> address. While fixing that, also make it clear that we are
> printing both the decimal and hexadecimal SPR number.
>
> Before:
>
> Trying to read invalid spr 896 380 at 0000000000000714
>
> After:
>
> Trying to read invalid spr 896 (0x380) at 0000000000000710
>
> Signed-off-by: Anton Blanchard <address@hidden>
Thanks, applied both to ppc-next. Welcome to the wonderful world of QEMU ;).
Alex