Re: [PATCH v2 06/14] target/ppc: 405: Machine check exception cleanup

2022-01-19 Thread Cédric Le Goater
On 1/19/22 07:06, David Gibson wrote: On Tue, Jan 18, 2022 at 03:44:40PM -0300, Fabiano Rosas wrote: powerpc_excp_40x applies only to the 405, so remove HV code and references to BookE. Signed-off-by: Fabiano Rosas Reviewed-by: David Gibson --- target/ppc/excp_helper.c | 26 ++--

Re: [PATCH v2 06/14] target/ppc: 405: Machine check exception cleanup

2022-01-19 Thread David Gibson
On Tue, Jan 18, 2022 at 03:44:40PM -0300, Fabiano Rosas wrote: > powerpc_excp_40x applies only to the 405, so remove HV code and > references to BookE. > > Signed-off-by: Fabiano Rosas > Reviewed-by: David Gibson > --- > target/ppc/excp_helper.c | 26 ++ > 1 file changed

[PATCH v2 06/14] target/ppc: 405: Machine check exception cleanup

2022-01-18 Thread Fabiano Rosas
powerpc_excp_40x applies only to the 405, so remove HV code and references to BookE. Signed-off-by: Fabiano Rosas Reviewed-by: David Gibson --- target/ppc/excp_helper.c | 26 ++ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/target/ppc/excp_helper.c b/tar