Re: [Qemu-devel] [PATCH] target-ppc: Fix Altivec Shifts

2014-11-03 Thread Alexander Graf
On 29.10.14 16:02, Tom Musta wrote: > Fix the implementation of the Altivec shift left and shift right > instructions (vsl, vsr) which erroneously inverts shift direction > on big endian hosts. > > Signed-off-by: Tom Musta Thanks, applied to ppc-next. Alex

[Qemu-devel] [PATCH] target-ppc: Fix Altivec Shifts

2014-10-29 Thread Tom Musta
Fix the implementation of the Altivec shift left and shift right instructions (vsl, vsr) which erroneously inverts shift direction on big endian hosts. Signed-off-by: Tom Musta --- target-ppc/int_helper.c | 13 ++--- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/targe