From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/3] Remove QEMUFile abuse
Date: Tue, 20 Sep 2011 15:16:26 +0200 [thread overview]
Message-ID: <cover.1316524116.git.quintela@redhat.com> (raw)
Hi
v2: Make malc happy release O;-)
- learn how to use fwrite/fread correctly O:-)
- add errno to all error messages
- make checkpatch happy. Except for
WARNING: space prohibited between function name and open parenthesis '('
Please apply.
v1:
QEMUFile is intended to be used only for migration. Change the other
three users to use FILE * operations directly. gcc on Fedora 15
complains about fread/write not checking its return value, so I added
checks. But in several places only print an error message (there is
no error handly that I can hook into). Notice that this is not worse
than it is today.
Later, Juan.
Juan Quintela (3):
wavaudio: Use stdio instead of QEMUFile
wavcapture: Use stdio instead of QEMUFile
ds1225y: Use stdio instead of QEMUFile
audio/wavaudio.c | 34 ++++++++++++++++++++++++----------
audio/wavcapture.c | 48 ++++++++++++++++++++++++++++++++++--------------
hw/ds1225y.c | 28 ++++++++++++++++------------
3 files changed, 74 insertions(+), 36 deletions(-)
--
1.7.6.2
next reply other threads:[~2011-09-20 13:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-20 13:16 Juan Quintela [this message]
2011-09-20 13:16 ` [Qemu-devel] [PATCH 1/3] wavaudio: Use stdio instead of QEMUFile Juan Quintela
2011-09-20 13:16 ` [Qemu-devel] [PATCH 2/3] wavcapture: " Juan Quintela
2011-09-20 13:57 ` malc
2011-09-20 13:16 ` [Qemu-devel] [PATCH 3/3] ds1225y: " Juan Quintela
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.1316524116.git.quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.