qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-6.2 10/10] linux-user: Move DEBUG_REMAP undef to uaccess.


From: Peter Maydell
Subject: Re: [PATCH for-6.2 10/10] linux-user: Move DEBUG_REMAP undef to uaccess.c
Date: Sun, 18 Jul 2021 00:25:11 +0100

On Sun, 18 Jul 2021 at 00:21, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> Since commit 687ca797893ca1e853, the code that looks at the debug
> define DEBUG_REMAP is all in uaccess.c; move the #undef line to
> there from qemu.h (thus reducing significantly the amount of code
> that gets recompiled if you need to turn the debug on).
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  linux-user/qemu.h    | 3 ---
>  linux-user/uaccess.c | 2 ++
>  2 files changed, 2 insertions(+), 3 deletions(-)

A minute after sending it out, I realized this patch is wrong:
there is still a use of DEBUG_REMAP in qemu.h. So this one should be
dropped.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]