Re: [Qemu-devel] [PATCH v6] target-ppc: Implement mtvsrws instruction

2016-09-28 Thread David Gibson
On Thu, Sep 29, 2016 at 09:22:17AM +0530, Nikunj A Dadhania wrote: > From: Ravi Bangoria > > mtvsrws: Move To VSR Word & Splat > > Signed-off-by: Ravi Bangoria > Signed-off-by: Nikunj A Dadhania Looks ok to me, applied to ppc-for-2.8. > --- > target-ppc/translate/vsx-impl.inc.c | 19 +++

Re: [Qemu-devel] [PATCH v6] target-ppc: Implement mtvsrws instruction

2016-09-28 Thread Richard Henderson
On 09/28/2016 08:52 PM, Nikunj A Dadhania wrote: From: Ravi Bangoria mtvsrws: Move To VSR Word & Splat Signed-off-by: Ravi Bangoria Signed-off-by: Nikunj A Dadhania --- target-ppc/translate/vsx-impl.inc.c | 19 +++ target-ppc/translate/vsx-ops.inc.c | 1 + 2 files changed,

[Qemu-devel] [PATCH v6] target-ppc: Implement mtvsrws instruction

2016-09-28 Thread Nikunj A Dadhania
From: Ravi Bangoria mtvsrws: Move To VSR Word & Splat Signed-off-by: Ravi Bangoria Signed-off-by: Nikunj A Dadhania --- target-ppc/translate/vsx-impl.inc.c | 19 +++ target-ppc/translate/vsx-ops.inc.c | 1 + 2 files changed, 20 insertions(+) diff --git a/target-ppc/translat