Re: [Qemu-devel] [PATCH] target-ppc: fix index array of national digits

2016-11-21 Thread David Gibson
On Mon, Nov 21, 2016 at 12:55:13PM -0200, Jose Ricardo Ziviani wrote: > Fixes the big endian array access of national digits, from commits > b815587 and e2106d7. > > Signed-off-by: Jose Ricardo Ziviani Applied to ppc-for-2.8, thanks. > --- > target-ppc/int_helper.c | 4 ++-- > 1 file changed,

Re: [Qemu-devel] [PATCH] target-ppc: fix index array of national digits

2016-11-21 Thread Thomas Huth
On 21.11.2016 15:55, Jose Ricardo Ziviani wrote: > Fixes the big endian array access of national digits, from commits > b815587 and e2106d7. > > Signed-off-by: Jose Ricardo Ziviani > --- > target-ppc/int_helper.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/targe

[Qemu-devel] [PATCH] target-ppc: fix index array of national digits

2016-11-21 Thread Jose Ricardo Ziviani
Fixes the big endian array access of national digits, from commits b815587 and e2106d7. Signed-off-by: Jose Ricardo Ziviani --- target-ppc/int_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target-ppc/int_helper.c b/target-ppc/int_helper.c index 9ac204a..2d57c9a