Re: [PATCH v5 13/23] target/ppc: Implement PNOP

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:15PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > The illegal suffix behavior matches what was observed in a > POWER10 DD2.0 machine. > > Signed-off-by: Richard Henderson > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks.

[PATCH v5 13/23] target/ppc: Implement PNOP

2021-05-17 Thread matheus . ferst
From: Richard Henderson The illegal suffix behavior matches what was observed in a POWER10 DD2.0 machine. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- v5: - Remove argument set from PNOP; - Use no_overlap_group for invalid suffixes. --- target/ppc/insn64.decode