Statistics
| Branch: | Revision:

root / qemu-aio.h @ 1ad2134f

History | View | Annotate | Download (1.4 kB)

# Date Author Comment
a76bab49 09/22/2008 10:17 pm aliguori

Refactor AIO to allow multiple AIO implementations

This patch refactors the AIO layer to allow multiple AIO implementations. It's
only possible because of the recent signalfd() patch.

Right now, the AIO infrastructure is pretty specific to the block raw backend....