[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-ppc] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls |
Date: |
Wed, 6 Jun 2018 12:21:17 -0300 |
Nothing very exciting here.
I sometimes miss to notice some trace events, running with -d unimp,trace...
then using 'grep ^...'. This is only due to a missing '\n' :)
Philippe Mathieu-Daudé (11):
hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() call
hw/digic: Add trailing '\n' to qemu_log() calls
xilinx-dp: Add trailing '\n' to qemu_log() call
ppc/pnv: Add trailing '\n' to qemu_log() calls
hw/core/register: Add trailing '\n' to qemu_log() call
hw/mips/boston: Add trailing '\n' to qemu_log() calls
stellaris: Add trailing '\n' to qemu_log() calls
target/arm: Add trailing '\n' to qemu_log() calls
target/m68k: Add trailing '\n' to qemu_log() call
RISC-V: Add trailing '\n' to qemu_log() calls
RFC target/xtensa: Add trailing '\n' to qemu_log() calls
hw/arm/stellaris.c | 11 ++++++-----
hw/char/digic-uart.c | 4 ++--
hw/core/register.c | 2 +-
hw/display/xlnx_dp.c | 4 +++-
hw/mips/boston.c | 8 ++++----
hw/ppc/pnv_core.c | 4 ++--
hw/sd/milkymist-memcard.c | 2 +-
hw/timer/digic-timer.c | 4 ++--
target/arm/helper.c | 4 ++--
target/m68k/translate.c | 2 +-
target/riscv/op_helper.c | 6 ++++--
target/xtensa/translate.c | 6 +++---
12 files changed, 31 insertions(+), 26 deletions(-)
--
2.17.1
- [Qemu-ppc] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls,
Philippe Mathieu-Daudé <=