Re: [PATCH 3/8] ppc/ppc405: Activate MMU logs

2021-12-24 Thread Richard Henderson
On 12/24/21 4:57 AM, BALATON Zoltan wrote: On Thu, 23 Dec 2021, Richard Henderson wrote: On 12/21/21 10:40 PM, Cédric Le Goater wrote: There is no need to deactivate MMU logging at compile time. Signed-off-by: Cédric Le Goater ---   target/ppc/mmu_common.c | 4 ++--   target/ppc/mmu_helper.c |

Re: [PATCH 3/8] ppc/ppc405: Activate MMU logs

2021-12-24 Thread BALATON Zoltan
On Thu, 23 Dec 2021, Richard Henderson wrote: On 12/21/21 10:40 PM, Cédric Le Goater wrote: There is no need to deactivate MMU logging at compile time. Signed-off-by: Cédric Le Goater --- target/ppc/mmu_common.c | 4 ++-- target/ppc/mmu_helper.c | 2 +- 2 files changed, 3 insertions(+), 3 d

Re: [PATCH 3/8] ppc/ppc405: Activate MMU logs

2021-12-23 Thread Richard Henderson
On 12/21/21 10:40 PM, Cédric Le Goater wrote: There is no need to deactivate MMU logging at compile time. Signed-off-by: Cédric Le Goater --- target/ppc/mmu_common.c | 4 ++-- target/ppc/mmu_helper.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) There's also no need to use #defi

[PATCH 3/8] ppc/ppc405: Activate MMU logs

2021-12-21 Thread Cédric Le Goater
There is no need to deactivate MMU logging at compile time. Signed-off-by: Cédric Le Goater --- target/ppc/mmu_common.c | 4 ++-- target/ppc/mmu_helper.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/ppc/mmu_common.c b/target/ppc/mmu_common.c index 4e278365ca55..c