projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7e71a1
)
hw/core/register: Add trailing '\n' to qemu_log() call
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Fri, 8 Jun 2018 12:15:33 +0000
(13:15 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Fri, 8 Jun 2018 12:15:33 +0000
(13:15 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id:
20180606152128
.449-6-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/core/register.c
patch
|
blob
|
history
diff --git
a/hw/core/register.c
b/hw/core/register.c
index 0741a1af32aed100a223e09f8a255f074ee2ea86..d2d1636250b3a79309d61035790ec67cbf3b26a0 100644
(file)
--- a/
hw/core/register.c
+++ b/
hw/core/register.c
@@
-96,7
+96,7
@@
void register_write(RegisterInfo *reg, uint64_t val, uint64_t we,
if (test) {
qemu_log_mask(LOG_UNIMP,
"%s:%s writing %#" PRIx64 " to unimplemented bits:" \
- " %#" PRIx64 "",
+ " %#" PRIx64 "
\n
",
prefix, reg->access->name, val, ac->unimp);
}