Re: [PATCH 1/9] target/ppc: powerpc_excp: Extract software TLB logging into a function

2022-01-04 Thread Cédric Le Goater
Hello Fabiano, On 1/3/22 23:07, Fabiano Rosas wrote: Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 63 +++- 1 file changed, 36 insertions(+), 27 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index c7e55800af..

[PATCH 1/9] target/ppc: powerpc_excp: Extract software TLB logging into a function

2022-01-03 Thread Fabiano Rosas
Signed-off-by: Fabiano Rosas --- target/ppc/excp_helper.c | 63 +++- 1 file changed, 36 insertions(+), 27 deletions(-) diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c index c7e55800af..002a42261b 100644 --- a/target/ppc/excp_helper.c +++ b/tar