Re: [Qemu-devel] [PATCH for-1.2] target-ppc: fix altivec instructions

2012-08-26 Thread Peter Maydell
On 26 August 2012 18:56, Blue Swirl wrote: > On Sun, Aug 26, 2012 at 2:14 PM, Aurelien Jarno wrote: >> Altivec instructions are not working anymore in PowerPC emulation, >> following commit d15f74fb, which inverted two registers in the call >> to helper. Fix that. > I wonder why TCG debug did no

Re: [Qemu-devel] [PATCH for-1.2] target-ppc: fix altivec instructions

2012-08-26 Thread Blue Swirl
On Sun, Aug 26, 2012 at 2:14 PM, Aurelien Jarno wrote: > Altivec instructions are not working anymore in PowerPC emulation, > following commit d15f74fb, which inverted two registers in the call > to helper. Fix that. > > Cc: Blue Swirl Acked-by: Blue Swirl I wonder why TCG debug did not catch

Re: [Qemu-devel] [PATCH for-1.2] target-ppc: fix altivec instructions

2012-08-26 Thread Andreas Färber
Am 26.08.2012 16:14, schrieb Aurelien Jarno: > Altivec instructions are not working anymore in PowerPC emulation, > following commit d15f74fb, which inverted two registers in the call > to helper. Fix that. > > Cc: Blue Swirl > Cc: Alexander Graf > Cc: Andreas Färber > Signed-off-by: Aurelien J

Re: [Qemu-devel] [PATCH for-1.2] target-ppc: fix altivec instructions

2012-08-26 Thread Peter Maydell
On 26 August 2012 15:14, Aurelien Jarno wrote: > Altivec instructions are not working anymore in PowerPC emulation, > following commit d15f74fb, which inverted two registers in the call > to helper. Fix that. > > Cc: Blue Swirl > Cc: Alexander Graf > Cc: Andreas Färber > Signed-off-by: Aurelien

[Qemu-devel] [PATCH for-1.2] target-ppc: fix altivec instructions

2012-08-26 Thread Aurelien Jarno
Altivec instructions are not working anymore in PowerPC emulation, following commit d15f74fb, which inverted two registers in the call to helper. Fix that. Cc: Blue Swirl Cc: Alexander Graf Cc: Andreas Färber Signed-off-by: Aurelien Jarno --- target-ppc/translate.c |2 +- 1 file changed,