[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 3/8] ppc4xx: Disable debug logging by default
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH 3/8] ppc4xx: Disable debug logging by default |
Date: |
Wed, 2 Jan 2019 15:27:30 +1100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Wed, Jan 02, 2019 at 03:06:38AM +0100, BALATON Zoltan wrote:
> Debug logs were left enabled in ppc4xx_devs.c whereas in other files
> these are normally not enabled. Disable it here as well.
>
> Signed-off-by: BALATON Zoltan <address@hidden>
Applied, thanks.
> ---
> hw/ppc/ppc4xx_devs.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/hw/ppc/ppc4xx_devs.c b/hw/ppc/ppc4xx_devs.c
> index 8c6f3c9577..9b6e4c60fa 100644
> --- a/hw/ppc/ppc4xx_devs.c
> +++ b/hw/ppc/ppc4xx_devs.c
> @@ -32,8 +32,7 @@
> #include "exec/address-spaces.h"
> #include "qemu/error-report.h"
>
> -#define DEBUG_UIC
> -
> +/*#define DEBUG_UIC*/
>
> #ifdef DEBUG_UIC
> # define LOG_UIC(...) qemu_log_mask(CPU_LOG_INT, ## __VA_ARGS__)
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-ppc] [PATCH 5/8] ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_t, (continued)
[Qemu-ppc] [PATCH 8/8] MAINTAINERS: Add more files to sam460ex, BALATON Zoltan, 2019/01/01
[Qemu-ppc] [PATCH 3/8] ppc4xx: Disable debug logging by default, BALATON Zoltan, 2019/01/01
- Re: [Qemu-ppc] [PATCH 3/8] ppc4xx: Disable debug logging by default,
David Gibson <=
[Qemu-ppc] [PATCH 6/8] ppc4xx: Pass array index to function instead of pointer into the array, BALATON Zoltan, 2019/01/01
[Qemu-ppc] [PATCH 7/8] sam460ex: Fix support for memory larger than 1GB, BALATON Zoltan, 2019/01/01
[Qemu-ppc] [PATCH 2/8] sam460ex: Clean up SPD EEPROM creation, BALATON Zoltan, 2019/01/01
[Qemu-ppc] [PATCH 1/8] smbus: Add a helper to generate SPD EEPROM data, BALATON Zoltan, 2019/01/01