qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Remove QEMUFile abuse
@ 2011-09-20 13:16 Juan Quintela
  2011-09-20 13:16 ` [Qemu-devel] [PATCH 1/3] wavaudio: Use stdio instead of QEMUFile Juan Quintela
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Juan Quintela @ 2011-09-20 13:16 UTC (permalink / raw)
  To: qemu-devel

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

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

end of thread, other threads:[~2011-09-20 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 13:16 [Qemu-devel] [PATCH v2 0/3] Remove QEMUFile abuse Juan Quintela
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

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