qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
@ 2018-06-06 15:21 Philippe Mathieu-Daudé
  2018-06-06 15:21 ` [Qemu-devel] [PATCH 01/11] hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() call Philippe Mathieu-Daudé
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-06-06 15:21 UTC (permalink / raw)
  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: Philippe Mathieu-Daudé, qemu-devel, qemu-trivial, qemu-arm,
	qemu-ppc

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-06-08 15:07 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06 15:21 [Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 01/11] hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() call Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 02/11] hw/digic: Add trailing '\n' to qemu_log() calls Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 03/11] xilinx-dp: Add trailing '\n' to qemu_log() call Philippe Mathieu-Daudé
2018-06-06 15:51   ` Alistair Francis
2018-06-06 15:21 ` [Qemu-devel] [PATCH 04/11] ppc/pnv: Add trailing '\n' to qemu_log() calls Philippe Mathieu-Daudé
2018-06-07  2:16   ` David Gibson
2018-06-07  2:26     ` Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 05/11] hw/core/register: Add trailing '\n' to qemu_log() call Philippe Mathieu-Daudé
2018-06-06 15:52   ` Alistair Francis
2018-06-06 15:21 ` [Qemu-devel] [PATCH 06/11] hw/mips/boston: Add trailing '\n' to qemu_log() calls Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 07/11] stellaris: " Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 08/11] target/arm: " Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [PATCH 09/11] target/m68k: Add trailing '\n' to qemu_log() call Philippe Mathieu-Daudé
2018-06-06 15:26   ` Laurent Vivier
2018-06-06 15:21 ` [Qemu-devel] [PATCH 10/11] RISC-V: Add trailing '\n' to qemu_log() calls Philippe Mathieu-Daudé
2018-06-06 15:21 ` [Qemu-devel] [RFC PATCH 11/11] target/xtensa: " Philippe Mathieu-Daudé
2018-06-06 16:44   ` Max Filippov
2018-06-06 19:43 ` [Qemu-devel] [PATCH 00/11] misc: " John Snow
2018-06-08 10:54   ` Peter Maydell
2018-06-08 15:07     ` John Snow
2018-06-08 11:54 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).