commit | a27365265cc2fed1178bf25a205e8ee02a9c0caf | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 26 11:43:58 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 31 10:38:13 2012 +0100 |
tree | aa5f89fd139ea99b02c8fac5c488eea6d62a9491 | |
parent | 10fb6e06825743bd517d4b5bb0e7b9e05e0fe92c [diff] |
raw-win32: implement native asynchronous I/O With the new support for EventNotifiers in the AIO event loop, we can hook a completion port to every opened file and use asynchronous I/O on them. Wine's support is extremely inefficient, also because it really does the I/O synchronously on regular files. (!) But it works, and it is good to keep the Win32 and POSIX ports as similar as possible. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>