Re: [PATCH v2 11/14] target/ppc: 405: Data Storage exception cleanup

2022-01-25 Thread Cédric Le Goater
On 1/25/22 08:23, Cédric Le Goater wrote: On 1/19/22 07:13, David Gibson wrote: On Tue, Jan 18, 2022 at 03:44:45PM -0300, Fabiano Rosas wrote: The 405 has no DSISR or DAR, so convert the trace entry to trace_ppc_excp_print. I think it would be preferable to show ESR and DEAR here, which are v

Re: [PATCH v2 11/14] target/ppc: 405: Data Storage exception cleanup

2022-01-25 Thread Cédric Le Goater
On 1/19/22 07:13, David Gibson wrote: On Tue, Jan 18, 2022 at 03:44:45PM -0300, Fabiano Rosas wrote: The 405 has no DSISR or DAR, so convert the trace entry to trace_ppc_excp_print. I think it would be preferable to show ESR and DEAR here, which are very loosely equivalent to DSISR and DAR on

Re: [PATCH v2 11/14] target/ppc: 405: Data Storage exception cleanup

2022-01-19 Thread Cédric Le Goater
On 1/19/22 07:13, David Gibson wrote: On Tue, Jan 18, 2022 at 03:44:45PM -0300, Fabiano Rosas wrote: The 405 has no DSISR or DAR, so convert the trace entry to trace_ppc_excp_print. I think it would be preferable to show ESR and DEAR here, which are very loosely equivalent to DSISR and DAR on

Re: [PATCH v2 11/14] target/ppc: 405: Data Storage exception cleanup

2022-01-19 Thread David Gibson
On Tue, Jan 18, 2022 at 03:44:45PM -0300, Fabiano Rosas wrote: > The 405 has no DSISR or DAR, so convert the trace entry to > trace_ppc_excp_print. I think it would be preferable to show ESR and DEAR here, which are very loosely equivalent to DSISR and DAR on 40x. Might want to create a new trace

[PATCH v2 11/14] target/ppc: 405: Data Storage exception cleanup

2022-01-18 Thread Fabiano Rosas
The 405 has no DSISR or DAR, so convert the trace entry to trace_ppc_excp_print. Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index 84ec7e094a..e4e513322c 100644 -