Re: [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07

2022-03-07 Thread Mark Cave-Ayland
On 05/03/2022 06:36, Cédric Le Goater wrote: On 3/4/22 18:51, matheus.fe...@eldorado.org.br wrote: From: "Lucas Mateus Castro (alqotel)" Some ISA v2.03 Vector Multiply instructions marked to be ISA v2.07 only. This patch fixes it. and MacOSX 10 is also fixed. There are of lot invalid write

Re: [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07

2022-03-04 Thread Cédric Le Goater
On 3/4/22 18:51, matheus.fe...@eldorado.org.br wrote: From: "Lucas Mateus Castro (alqotel)" Some ISA v2.03 Vector Multiply instructions marked to be ISA v2.07 only. This patch fixes it. and MacOSX 10 is also fixed. There are of lot invalid writes when openbios is loaded : ... Invalid wr

Re: [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07

2022-03-04 Thread Richard Henderson
On 3/4/22 07:51, matheus.fe...@eldorado.org.br wrote: From: "Lucas Mateus Castro (alqotel)" Some ISA v2.03 Vector Multiply instructions marked to be ISA v2.07 only. This patch fixes it. Fixes: 80eca687c851 ("target/ppc: moved vector even and odd multiplication to decodetree") Reported-by: Howa

[PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07

2022-03-04 Thread matheus . ferst
From: "Lucas Mateus Castro (alqotel)" Some ISA v2.03 Vector Multiply instructions marked to be ISA v2.07 only. This patch fixes it. Fixes: 80eca687c851 ("target/ppc: moved vector even and odd multiplication to decodetree") Reported-by: Howard Spoelstra Suggested-by: Fabiano Rosas Signed-off-b