From: Le Tan <tamlokveer@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, jan.kiszka@web.de, afaerber@suse.de,
Le Tan <tamlokveer@gmail.com>
Subject: [Qemu-devel] [PATCH 0/4] replace some fprintf(stderr, ...) with error_report()
Date: Sat, 10 May 2014 07:55:18 +0800 [thread overview]
Message-ID: <cover.1399641611.git.tamlokveer@gmail.com> (raw)
In-Reply-To: <y>
This series of patches replaces some more occurrences of fprintf(stderr, ...)
with error_report() and removes the trailing "\n". Some of them are not changed
because I am not sure if they should be changed. There are some inconsistency
while dealing with macros that involves fprintf(stderr,...), that is, some of
them remain the same while some are changed to error_report().
I have 43 more patches (most of them touch files in hw/) and would send them
out once the first 4 patches are fine.
Le Tan (4):
arch_init: replace fprintf(stderr,...) with error_report() in
arch_init.c
audio: replace fprintf(stderr,...) with error_report() in audio
block: replace fprintf(stderr,...) with error_report() in block/
bsd-user: replace fprintf(stderr,...) with error_report()
arch_init.c | 36 ++++++++-------
audio/spiceaudio.c | 2 +-
audio/wavcapture.c | 4 +-
block-migration.c | 4 +-
block.c | 4 +-
block/linux-aio.c | 4 +-
block/nbd-client.h | 2 +-
block/qcow2-cluster.c | 4 +-
block/qcow2-refcount.c | 114 ++++++++++++++++++++++++------------------------
block/qcow2.c | 16 +++----
block/quorum.c | 4 +-
block/raw-posix.c | 8 ++--
block/raw-win32.c | 6 +--
block/ssh.c | 4 +-
block/vdi.c | 14 +++---
block/vmdk.c | 21 ++++-----
block/vpc.c | 4 +-
block/vvfat.c | 108 ++++++++++++++++++++++-----------------------
blockdev.c | 6 +--
bsd-user/bsdload.c | 2 +-
bsd-user/elfload.c | 2 +-
bsd-user/main.c | 14 +++---
22 files changed, 189 insertions(+), 194 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-05-09 23:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 23:55 Le Tan [this message]
2014-05-09 23:55 ` [Qemu-devel] [PATCH 1/4] arch_init: replace fprintf(stderr, ...) with error_report() in arch_init.c Le Tan
2014-05-24 5:41 ` Le Tan
2014-05-24 5:56 ` Michael Tokarev
2014-05-09 23:55 ` [Qemu-devel] [PATCH 2/4] audio: replace fprintf(stderr, ...) with error_report() in audio Le Tan
2014-05-23 21:04 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
2014-05-09 23:55 ` [Qemu-devel] [PATCH 3/4] block: replace fprintf(stderr, ...) with error_report() in block/ Le Tan
2014-05-10 13:18 ` Peter Crosthwaite
2014-05-11 13:27 ` Le Tan
2014-05-12 1:13 ` Peter Crosthwaite
2014-05-24 5:44 ` Le Tan
2014-05-09 23:55 ` [Qemu-devel] [PATCH 4/4] bsd-user: replace fprintf(stderr, ...) with error_report() Le Tan
2014-05-23 21:16 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1399641611.git.tamlokveer@gmail.com \
--to=tamlokveer@gmail.com \
--cc=afaerber@suse.de \
--cc=jan.kiszka@web.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).