commit | adfe92f6d18c0e0a3694e19abb58eb55fd0c5993 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 12 14:00:53 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Apr 19 16:35:43 2012 +0200 |
tree | 4c13e78d0dd82dc7b042bf8b18449bbda0f50ed7 | |
parent | 8a83205d34fbd7b12061f4e85148eb4b587acdcc [diff] |
posix-aio: merge posix_aio_process_queue and posix_aio_read posix_aio_read already calls qemu_aio_process_queue, and dually qemu_aio_process_queue is always followed by a select loop that calls posix_aio_read. No races are possible, so there is no need for a separate process_queue callback. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>