[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/7] s390x/mmu: Drop debug logging from MMU code
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 1/7] s390x/mmu: Drop debug logging from MMU code |
Date: |
Wed, 25 Sep 2019 12:11:13 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 9/25/19 5:52 AM, David Hildenbrand wrote:
> Let's get it out of the way to make some further refactorings easier.
> Personally, I've never used these debug statements at all. And if I had
> to debug issue, I used plain GDB instead (debug prints are just way too
> much noise in the MMU). We might want to introduce tracing at some point
> instead, so we can able selected events on demand.
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> target/s390x/mmu_helper.c | 51 ---------------------------------------
> 1 file changed, 51 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~