Re: [PATCH v2 03/14] target/ppc: Introduce powerpc_excp_40x

2022-01-26 Thread Richard Henderson
On 1/19/22 5:44 AM, Fabiano Rosas wrote: Introduce a new powerpc_excp function specific for 40x CPUs. This commit copies powerpc_excp_legacy verbatim so the next one has a clean diff. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 474 +++ 1 fi

Re: [PATCH v2 03/14] target/ppc: Introduce powerpc_excp_40x

2022-01-19 Thread Cédric Le Goater
On 1/18/22 19:44, Fabiano Rosas wrote: Introduce a new powerpc_excp function specific for 40x CPUs. This commit copies powerpc_excp_legacy verbatim so the next one has a clean diff. Signed-off-by: Fabiano Rosas Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/excp_helper.c | 474

[PATCH v2 03/14] target/ppc: Introduce powerpc_excp_40x

2022-01-18 Thread Fabiano Rosas
Introduce a new powerpc_excp function specific for 40x CPUs. This commit copies powerpc_excp_legacy verbatim so the next one has a clean diff. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 474 +++ 1 file changed, 474 insertions(+) diff --git a/