summaryrefslogtreecommitdiffstats
path: root/hw/unicore32
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-05-24 18:45:03 +0200
committerLaurent Vivier2020-06-09 19:01:56 +0200
commit3b34ee6780f5ebf4c641a7522288b9e7e4e123d6 (patch)
tree591a4e302695d9a7e2ccdc767e02cc284076294f /hw/unicore32
parent.mailmap: Update Fred Konrad email address (diff)
downloadqemu-3b34ee6780f5ebf4c641a7522288b9e7e4e123d6.tar.gz
qemu-3b34ee6780f5ebf4c641a7522288b9e7e4e123d6.tar.xz
qemu-3b34ee6780f5ebf4c641a7522288b9e7e4e123d6.zip
hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
Replace some debug printf() calls by qemu_log_mask(LOG_GUEST_ERROR). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200524164503.11944-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/unicore32')
-rw-r--r--hw/unicore32/puv3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/unicore32/puv3.c b/hw/unicore32/puv3.c
index 7f9c0238fe..eacacb4249 100644
--- a/hw/unicore32/puv3.c
+++ b/hw/unicore32/puv3.c
@@ -16,8 +16,6 @@
#include "hw/boards.h"
#include "hw/loader.h"
#include "sysemu/qtest.h"
-
-#undef DEBUG_PUV3
#include "hw/unicore32/puv3.h"
#include "hw/input/i8042.h"
#include "hw/irq.h"