From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmu2H-0006o7-09 for qemu-devel@nongnu.org; Tue, 20 May 2014 20:05:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmu27-0004b1-Ve for qemu-devel@nongnu.org; Tue, 20 May 2014 20:05:32 -0400 From: Le Tan Date: Wed, 21 May 2014 08:10:37 +0800 Message-Id: <1400631039-7208-1-git-send-email-tamlokveer@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] replace some fprintf(stderr, ...) with error_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, peter.crosthwaite@xilinx.com, jan.kiszka@web.de, afaerber@suse.de, 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