Re: [PATCH 2/4] target/ppc: powerpc_excp: Move common code to the caller function

2022-02-08 Thread Cédric Le Goater
On 2/7/22 19:30, Fabiano Rosas wrote: Make the cpu-specific powerpc_excp_* functions a bit simpler by moving the bounds check and logging to powerpc_excp. Signed-off-by: Fabiano Rosas Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/excp_helper.c | 57 +++

[PATCH 2/4] target/ppc: powerpc_excp: Move common code to the caller function

2022-02-07 Thread Fabiano Rosas
Make the cpu-specific powerpc_excp_* functions a bit simpler by moving the bounds check and logging to powerpc_excp. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 57 +++- 1 file changed, 9 insertions(+), 48 deletions(-) diff --git a/target/ppc/