Avi Kivity f05e31dfc8 Asynchronous I/O infrastructure
Add integration with the Linux libaio framework:

 - an I/O context is initialized
 - all asynchronous I/Os request that the kernel notify an eventfd
 - a semaphore is used to guard access to the I/O context, so as not to
   exceed the maximum parallelism
 - an internal function submit_io() is used to submit I/O to the kernel,
   returning a future representing completion
 - an internal loop running process_io() is used to consume completions
   when the eventfd is signalled
2014-08-21 13:58:19 +03:00
2014-08-20 11:18:23 +03:00
2014-08-20 16:37:11 +03:00
2014-08-10 08:56:33 +03:00
2014-08-21 13:58:19 +03:00
2014-08-21 13:58:19 +03:00
2014-08-21 13:58:19 +03:00
wip
2014-08-14 18:05:11 +03:00
2014-08-20 11:31:01 +03:00
Description
No description provided
363 MiB
Languages
C++ 72.7%
Python 26.1%
CMake 0.3%
GAP 0.3%
Shell 0.3%