]> Git Repo - qemu.git/commit - aio-posix.c
aio: simplify qemu_aio_wait
authorPaolo Bonzini <[email protected]>
Thu, 12 Apr 2012 12:00:56 +0000 (14:00 +0200)
committerKevin Wolf <[email protected]>
Thu, 19 Apr 2012 14:51:47 +0000 (16:51 +0200)
commit9eb0bfca960b8cf24fb42e017c3a6479e5676f75
treec2c6d849041b2f0dbe66b0777f8e8bcbe9b2ad73
parentbcdc18578d5b41180db2e17baa7563c5f05b39ee
aio: simplify qemu_aio_wait

The do...while loop can never loop, because select will just not return
0 when invoked with infinite timeout.

Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
aio.c
This page took 0.025731 seconds and 4 git commands to generate.