On 6 June 2018 at 16:21, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > 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(-)
Applied to target-arm.next, since about half of these are arm and the rest are trivial and have got ack/review by the relevant maintainers. thanks -- PMM