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

2014-11-03 Thread Alexander Graf
On 31.10.14 17:06, Tom Musta wrote: > Correct the opcodes for the vrfim, vrfin and vrfiz instructions. > > Signed-off-by: Tom Musta Thanks, applied to ppc-next. Alex

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

2014-11-03 Thread Thomas Huth
On Fri, 31 Oct 2014 11:06:15 -0500 Tom Musta wrote: > Correct the opcodes for the vrfim, vrfin and vrfiz instructions. > > Signed-off-by: Tom Musta > --- > target-ppc/translate.c | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/target-ppc/translate.c b/

[Qemu-devel] [PATCH] target-ppc: Fix Altivec Round Opcodes

2014-10-31 Thread Tom Musta
Correct the opcodes for the vrfim, vrfin and vrfiz instructions. Signed-off-by: Tom Musta --- target-ppc/translate.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index 4a00935..c064cc9 100644 --- a/target-ppc/