qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] replace some fprintf(stderr, ...) with error_re


From: Le Tan
Subject: [Qemu-devel] [PATCH 0/2] replace some fprintf(stderr, ...) with error_report()
Date: Wed, 21 May 2014 08:10:37 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]