Statistics
| Branch: | Revision:

root / qemu-coroutine-io.c @ 80465e80

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
8c5135f9 12/22/2011 12:53 pm Paolo Bonzini

sheepdog: move coroutine send/recv function to generic code

Outside coroutines, avoid busy waiting on EAGAIN by temporarily
making the socket blocking.

The API of qemu_recvv/qemu_sendv is slightly different from
do_readv/do_writev because they do not handle coroutines. It...