Re: [PATCH v2 07/14] target/ppc: 405: External exception cleanup

2022-01-26 Thread Fabiano Rosas
Richard Henderson writes: > On 1/19/22 5:44 AM, Fabiano Rosas wrote: >> 405 has no MSR_HV and EPR is BookE only so we can remove it all. >> >> Signed-off-by: Fabiano Rosas >> Reviewed-by: David Gibson >> --- >> target/ppc/excp_helper.c | 37 - >> 1 file c

Re: [PATCH v2 07/14] target/ppc: 405: External exception cleanup

2022-01-26 Thread Richard Henderson
On 1/19/22 5:44 AM, Fabiano Rosas wrote: 405 has no MSR_HV and EPR is BookE only so we can remove it all. Signed-off-by: Fabiano Rosas Reviewed-by: David Gibson --- target/ppc/excp_helper.c | 37 - 1 file changed, 37 deletions(-) diff --git a/target/ppc/

[PATCH v2 07/14] target/ppc: 405: External exception cleanup

2022-01-18 Thread Fabiano Rosas
405 has no MSR_HV and EPR is BookE only so we can remove it all. Signed-off-by: Fabiano Rosas Reviewed-by: David Gibson --- target/ppc/excp_helper.c | 37 - 1 file changed, 37 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c inde