Re: [PATCH 3/8] target/ppc: Introduce powerpc_excp_40x

2022-01-10 Thread David Gibson
On Mon, Jan 10, 2022 at 03:15:41PM -0300, Fabiano Rosas wrote: > Signed-off-by: Fabiano Rosas > --- > I copied powerpc_excp_legacy verbatim in this commit so the next > one has a clean diff. We can squash both commits before merging. I think copying it verbatim then simplifying is a good idea, ev

[PATCH 3/8] target/ppc: Introduce powerpc_excp_40x

2022-01-10 Thread Fabiano Rosas
Signed-off-by: Fabiano Rosas --- I copied powerpc_excp_legacy verbatim in this commit so the next one has a clean diff. We can squash both commits before merging. --- target/ppc/excp_helper.c | 474 +++ 1 file changed, 474 insertions(+) diff --git a/target/ppc