~vcs-imports/qemu/git

Viewing all changes in revision 8405.

  • Committer: Anthony Liguori
  • Author(s): Christoph Hellwig
  • Date: 2009-08-28 01:30:22 UTC
  • Revision ID: git-v1:5c6c3a6c54b23caa84fb4e046e85a461612279bb
raw-posix: add Linux native AIO support

Now that do have a nicer interface to work against we can add Linux native
AIO support.  It's an extremly thing layer just setting up an iocb for
the io_submit system call in the submission path, and registering an
eventfd with the qemu poll handler to do complete the iocbs directly
from there.

This started out based on Anthony's earlier AIO patch, but after
estimated 42,000 rewrites and just as many build system changes
there's not much left of it.

To enable native kernel aio use the aio=native sub-command on the
drive command line.  I have also added an option to qemu-io to
test the aio support without needing a guest.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: