]> git.proxmox.com Git - mirror_qemu.git/commit - audio/wavcapture.c
wavcapture: Use stdio instead of QEMUFile
authorJuan Quintela <quintela@redhat.com>
Tue, 20 Sep 2011 13:16:28 +0000 (15:16 +0200)
committermalc <av1474@comtv.ru>
Tue, 20 Sep 2011 13:50:23 +0000 (17:50 +0400)
commitb04df2a4401826ceced971f5f1433c1a3f2b5a98
tree226e9e2d7306d6229651b2f77dd5539dee7bac25
parent530889ff95659d8fea81eb556e5706387fdddfa7
wavcapture: Use stdio instead of QEMUFile

QEMUFile * is only intended for migration nowadays.  Using it for
anything else just adds pain and a layer of buffers for no good
reason.

Signed-off-by: Juan Quintela <quintela@redhat.com>
CC: malc <av1474@comtv.ru>
Signed-off-by: malc <av1474@comtv.ru>
audio/wavcapture.c