qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] replace some fprintf(stderr, ...) with error_report()
@ 2014-05-21  0:10 Le Tan
  2014-05-21  0:10 ` [Qemu-devel] [PATCH 1/2] arch_init: replace " Le Tan
  2014-05-21  0:10 ` [Qemu-devel] [PATCH 2/2] block: " Le Tan
  0 siblings, 2 replies; 8+ messages in thread
From: Le Tan @ 2014-05-21  0:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, peter.crosthwaite, jan.kiszka, afaerber, Le Tan

This series of patches replaces some more occurrences of fprintf(stderr, ...)
with error_report() and removes the trailing "\n". Those for debugging are not
changed.

Le Tan (2):
  arch_init: replace fprintf(stderr,...) with error_report()
  block: replace fprintf(stderr,...) with error_report()

 arch_init.c            |   32 +++++++-------
 block-migration.c      |    5 +--
 block.c                |    4 +-
 block/qcow2-refcount.c |  114 ++++++++++++++++++++++++------------------------
 block/qcow2.c          |   18 ++++----
 block/raw-posix.c      |   10 ++---
 block/raw-win32.c      |    6 +--
 block/ssh.c            |    2 +-
 block/vdi.c            |   15 ++++---
 block/vmdk.c           |   15 +++----
 block/vpc.c            |    4 +-
 block/vvfat.c          |   69 +++++++++++++++--------------
 blockdev.c             |    6 +--
 13 files changed, 147 insertions(+), 153 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-05-24  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  0:10 [Qemu-devel] [PATCH 0/2] replace some fprintf(stderr, ...) with error_report() Le Tan
2014-05-21  0:10 ` [Qemu-devel] [PATCH 1/2] arch_init: replace " Le Tan
2014-05-21  8:06   ` Andreas Färber
2014-05-23 20:11   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-05-21  0:10 ` [Qemu-devel] [PATCH 2/2] block: " Le Tan
2014-05-23 20:27   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-05-24  6:01     ` Le Tan
2014-05-24  6:08       ` Michael Tokarev

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).