[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
- [PATCH for-6.2 03/10] linux-user: Split signal-related prototypes into sighandling.h, (continued)
- [PATCH for-6.2 03/10] linux-user: Split signal-related prototypes into sighandling.h, Peter Maydell, 2021/07/17
- [PATCH for-6.2 05/10] linux-user: Split mmap prototypes into user-mmap.h, Peter Maydell, 2021/07/17
- [PATCH for-6.2 04/10] linux-user: Split loader-related prototypes into loader.h, Peter Maydell, 2021/07/17
- [PATCH for-6.2 06/10] linux-user: Split safe-syscall macro into its own header, Peter Maydell, 2021/07/17
- [PATCH for-6.2 08/10] linux-user: Don't include gdbstub.h in qemu.h, Peter Maydell, 2021/07/17
- [PATCH for-6.2 10/10] linux-user: Move DEBUG_REMAP undef to uaccess.c, Peter Maydell, 2021/07/17
- Re: [PATCH for-6.2 10/10] linux-user: Move DEBUG_REMAP undef to uaccess.c,
Peter Maydell <=
- [PATCH for-6.2 07/10] linux-user: Split linux-user internals out of qemu.h, Peter Maydell, 2021/07/17
- [PATCH for-6.2 09/10] linux-user: Drop unneeded includes from qemu.h, Peter Maydell, 2021/07/17