Re: [PATCH v4 08/31] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT

2021-05-12 Thread David Gibson
On Wed, May 12, 2021 at 03:54:18PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > Remove the synthetic "exception" after no more uses. > > Signed-off-by: Richard Henderson > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- > target/ppc/cpu.h

Re: [PATCH v4 08/31] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT

2021-05-12 Thread Bruno Piazera Larsen
On 12/05/2021 15:54, matheus.fe...@eldorado.org.br wrote: From: Richard Henderson Remove the synthetic "exception" after no more uses. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- target/ppc/cpu.h | 1 - target/ppc/translate.c | 27 +--