summaryrefslogtreecommitdiff
path: root/audio/wavcapture.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-07-09 11:53:10 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-08-29 10:46:58 +0100
commitb493317d344357f7ac56606246d09b5604e54ab6 (patch)
tree70d229bfc876df17b21218be917394dd384cdb8a /audio/wavcapture.c
parent79d9b6566b90efac072720f37a1b57d73f539264 (diff)
downloadqemu-b493317d344357f7ac56606246d09b5604e54ab6.tar.gz
aio-win32: add support for sockets
Uses the same select/WSAEventSelect scheme as main-loop.c. WSAEventSelect() is edge-triggered, so it cannot be used directly, but it is still used as a way to exit from a blocking g_poll(). Before g_poll() is called, we poll sockets with a non-blocking select() to achieve the level-triggered semantics we require: if a socket is ready, the g_poll() is made non-blocking too. Based on a patch from Or Goshen. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'audio/wavcapture.c')
0 files changed, 0 insertions, 0 deletions