Re: [Qemu-devel] [PATCH] target/ppc: Fix wrong number of UAMR register

2017-03-08 Thread David Gibson
On Wed, Mar 08, 2017 at 08:58:43PM +0100, Thomas Huth wrote: > The SPR UAMR has the number 13, and not 12. (Fortunately it seems like > Linux is not using this register yet - only the privileged version with > number 29 ... that's why nobody noticed this problem yet) > > Signed-off-by: Thomas Huth

[Qemu-devel] [PATCH] target/ppc: Fix wrong number of UAMR register

2017-03-08 Thread Thomas Huth
The SPR UAMR has the number 13, and not 12. (Fortunately it seems like Linux is not using this register yet - only the privileged version with number 29 ... that's why nobody noticed this problem yet) Signed-off-by: Thomas Huth --- target/ppc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 delet