Re: [PATCH v4 01/31] target/ppc: Add cia field to DisasContext

2021-05-12 Thread David Gibson
On Wed, May 12, 2021 at 03:54:11PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Richard Henderson > > Signed-off-by: Richard Henderson > Reviewed-by: Bruno Larsen (billionai) > Reviewed-by: Luis Pires > Signed-off-by: Matheus Ferst Applied to ppc-for-6.1, thanks. > --- >

[PATCH v4 01/31] target/ppc: Add cia field to DisasContext

2021-05-12 Thread matheus . ferst
From: Richard Henderson Signed-off-by: Richard Henderson Reviewed-by: Bruno Larsen (billionai) Reviewed-by: Luis Pires Signed-off-by: Matheus Ferst --- target/ppc/translate.c | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git