Re: [PATCH 1/4] target/ppc: Remove powerpc_excp_legacy

2022-02-08 Thread Cédric Le Goater
On 2/7/22 19:30, Fabiano Rosas wrote: Now that all CPU families have their own separate exception dispatching code we can remove powerpc_excp_legacy. Signed-off-by: Fabiano Rosas Super :) Reviewed-by: Cédric Le Goater Thanks, C. --- target/ppc/excp_helper.c | 477 +

Re: [PATCH 1/4] target/ppc: Remove powerpc_excp_legacy

2022-02-07 Thread David Gibson
On Mon, Feb 07, 2022 at 03:30:33PM -0300, Fabiano Rosas wrote: > Now that all CPU families have their own separate exception > dispatching code we can remove powerpc_excp_legacy. > > Signed-off-by: Fabiano Rosas > --- > target/ppc/excp_helper.c | 477 +-- > 1

[PATCH 1/4] target/ppc: Remove powerpc_excp_legacy

2022-02-07 Thread Fabiano Rosas
Now that all CPU families have their own separate exception dispatching code we can remove powerpc_excp_legacy. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 477 +-- 1 file changed, 3 insertions(+), 474 deletions(-) diff --git a/target/ppc/excp