projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b335c
)
hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintf
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Tue, 26 Jun 2018 16:50:41 +0000
(17:50 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 26 Jun 2018 16:50:41 +0000
(17:50 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id:
20180624040609
.17572-11-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c
patch
|
blob
|
history
diff --git
a/hw/arm/stellaris.c
b/hw/arm/stellaris.c
index a8f1f6a91280ee70b95d1a5b27a23cb4532cb837..d06e366402e54a074b940ac4242aa8febaf1bcf7 100644
(file)
--- a/
hw/arm/stellaris.c
+++ b/
hw/arm/stellaris.c
@@
-560,7
+560,7
@@
static void ssys_write(void *opaque, hwaddr offset,
case 0x040: /* SRCR0 */
case 0x044: /* SRCR1 */
case 0x048: /* SRCR2 */
-
fprintf(stderr
, "Peripheral reset not implemented\n");
+
qemu_log_mask(LOG_UNIMP
, "Peripheral reset not implemented\n");
break;
case 0x054: /* IMC */
s->int_mask = value & 0x7f;