qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Remove QEMUFile abuse
@ 2011-09-13 12:52 Juan Quintela
  2011-09-13 12:52 ` [Qemu-devel] [PATCH 1/3] vawaudio: port to FILE* Juan Quintela
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Juan Quintela @ 2011-09-13 12:52 UTC (permalink / raw)
  To: qemu-devel

Hi

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):
  vawaudio: port to FILE*
  wavcapture: port to FILE*
  ds1225y: port to FILE*

 audio/wavaudio.c   |   28 +++++++++++++++++++---------
 audio/wavcapture.c |   38 +++++++++++++++++++++++++-------------
 hw/ds1225y.c       |   28 ++++++++++++++++------------
 3 files changed, 60 insertions(+), 34 deletions(-)

-- 
1.7.6

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 12:52 [Qemu-devel] [PATCH 0/3] Remove QEMUFile abuse Juan Quintela
2011-09-13 12:52 ` [Qemu-devel] [PATCH 1/3] vawaudio: port to FILE* Juan Quintela
2011-09-13 12:52 ` [Qemu-devel] [PATCH 2/3] wavcapture: " Juan Quintela
2011-09-13 12:52 ` [Qemu-devel] [PATCH 3/3] ds1225y: " Juan Quintela
2011-09-16 13:12 ` [Qemu-devel] [PATCH 0/3] Remove QEMUFile abuse Anthony Liguori
2011-09-16 22:51   ` malc
2011-09-18 20:07     ` Juan Quintela
2011-09-18 20:30       ` malc
2011-09-19 21:03         ` Juan Quintela
2011-09-20  5:53           ` malc

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