From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQaFt-0004Wd-Ue for qemu-devel@nongnu.org; Wed, 06 Jun 2018 11:21:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQaFp-0003Y9-UZ for qemu-devel@nongnu.org; Wed, 06 Jun 2018 11:21:45 -0400 Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Wed, 6 Jun 2018 12:21:17 -0300 Message-Id: <20180606152128.449-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Michael Walle , Max Filippov , Michael Clark , Palmer Dabbelt , Sagar Karandikar , Bastian Koppelmann , Laurent Vivier , Aurelien Jarno , Paul Burton , Yongbok Kim , "Edgar E. Iglesias" , Alistair Francis , Antony Pavlov Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-devel@nongnu.org, qemu-trivial@nongnu.org, qemu-arm@nongnu.org, qemu-ppc@nongnu.org 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