projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea35ca
)
ppc4xx: Disable debug logging by default
author
BALATON Zoltan
<balaton@eik.bme.hu>
Wed, 2 Jan 2019 02:06:38 +0000
(
03:06
+0100)
committer
David Gibson
<david@gibson.dropbear.id.au>
Tue, 8 Jan 2019 22:28:13 +0000
(09:28 +1100)
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 <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc4xx_devs.c
patch
|
blob
|
history
diff --git
a/hw/ppc/ppc4xx_devs.c
b/hw/ppc/ppc4xx_devs.c
index 8c6f3c9577622337bcb4fc21686b4b2f50ef74ed..9b6e4c60fa7ee7c4fb589d23a1652f404eb58666 100644
(file)
--- 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__)