mbox series

[for-stable,0/5] target/ppc: VSX/xvxsigdp fixes for 4.0 stable

Message ID 20190604190115.8053-1-mark.cave-ayland@ilande.co.uk
Headers show
Series target/ppc: VSX/xvxsigdp fixes for 4.0 stable | expand

Message

Mark Cave-Ayland June 4, 2019, 7:01 p.m. UTC
Nothing to see here - just Anton's patches fixing several issues with the
VSX native endian conversion patches from 4.0, plus a related bug in xvxsigdp
queued for 4.0 stable.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Anton Blanchard (5):
  target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p
  target/ppc: Fix xvxsigdp
  target/ppc: Fix xxbrq, xxbrw
  target/ppc: Fix vsum2sws
  target/ppc: Fix lxvw4x, lxvh8x and lxvb16x

 target/ppc/int_helper.c             |  2 +-
 target/ppc/translate/vsx-impl.inc.c | 23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 12 deletions(-)

Comments

David Gibson June 5, 2019, 12:10 a.m. UTC | #1
On Tue, Jun 04, 2019 at 08:01:10PM +0100, Mark Cave-Ayland wrote:
> Nothing to see here - just Anton's patches fixing several issues with the
> VSX native endian conversion patches from 4.0, plus a related bug in xvxsigdp
> queued for 4.0 stable.
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Acked-by: David Gibson <david@gibson.dropbear.id.au>

> 
> 
> Anton Blanchard (5):
>   target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p
>   target/ppc: Fix xvxsigdp
>   target/ppc: Fix xxbrq, xxbrw
>   target/ppc: Fix vsum2sws
>   target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
> 
>  target/ppc/int_helper.c             |  2 +-
>  target/ppc/translate/vsx-impl.inc.c | 23 ++++++++++++-----------
>  2 files changed, 13 insertions(+), 12 deletions(-)
>