Re: [PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-22 Thread David Gibson
On Sat, Nov 14, 2020 at 09:13:33AM -0800, Richard Henderson wrote: > On 11/10/20 10:22 PM, David Gibson wrote: > > On Tue, Nov 10, 2020 at 10:14:23AM +0100, LemonBoy wrote: > >> Is there any chance for this patch series to be merged for 5.2? > > > > No. We are now in hard freeze, and this is not

Re: [PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-14 Thread Richard Henderson
On 11/10/20 10:22 PM, David Gibson wrote: > On Tue, Nov 10, 2020 at 10:14:23AM +0100, LemonBoy wrote: >> Is there any chance for this patch series to be merged for 5.2? > > No. We are now in hard freeze, and this is not a bugfix. Actually, patch 1/2 is a bugfix -- a missing instruction from an I

Re: [PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-13 Thread David Gibson
On Tue, Nov 10, 2020 at 10:14:23AM +0100, LemonBoy wrote: > Is there any chance for this patch series to be merged for 5.2? No. We are now in hard freeze, and this is not a bugfix. > > On 09/11/20 18:39, Richard Henderson wrote: > > On 11/9/20 1:17 AM, LemonBoy wrote: > >> Implement the "Load V

Re: [PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-11 Thread Greg Kurz
On Tue, 10 Nov 2020 10:14:23 +0100 LemonBoy wrote: > Is there any chance for this patch series to be merged for 5.2? > Not a chance. We're in hard freeze now. > On 09/11/20 18:39, Richard Henderson wrote: > > On 11/9/20 1:17 AM, LemonBoy wrote: > >> Implement the "Load VSX Vector Word & Splat

Re: [PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-10 Thread LemonBoy
Is there any chance for this patch series to be merged for 5.2? On 09/11/20 18:39, Richard Henderson wrote: > On 11/9/20 1:17 AM, LemonBoy wrote: >> Implement the "Load VSX Vector Word & Splat Indexed" opcode, introduced >> in Power ISA v3.0. >> >> Buglink: https://bugs.launchpad.net/qemu/+bug/179

Re: [PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-09 Thread Richard Henderson
On 11/9/20 1:17 AM, LemonBoy wrote: > Implement the "Load VSX Vector Word & Splat Indexed" opcode, introduced > in Power ISA v3.0. > > Buglink: https://bugs.launchpad.net/qemu/+bug/1793608 > Signed-off-by: Giuseppe Musacchio > --- > target/ppc/translate/vsx-impl.c.inc | 30 ++

[PATCH 1/2] ppc/translate: Implement lxvwsx opcode

2020-11-09 Thread LemonBoy
Implement the "Load VSX Vector Word & Splat Indexed" opcode, introduced in Power ISA v3.0. Buglink: https://bugs.launchpad.net/qemu/+bug/1793608 Signed-off-by: Giuseppe Musacchio --- target/ppc/translate/vsx-impl.c.inc | 30 + target/ppc/translate/vsx-ops.c.inc | 1