commit | f42b22077bc63a482d7a8755b54e33475ab78541 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Jun 09 04:01:51 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 30 09:30:53 2012 +0100 |
tree | 33f248df458d15ca3a816be0f2ef24ffa8af17a7 | |
parent | cd9ba1ebcf0439457f22b75b38533f6634f23c5f [diff] |
aio: add Win32 implementation The Win32 implementation will only accept EventNotifiers, thus a few drivers are disabled under Windows. EventNotifiers are a good match for the GSource implementation, too, because the Win32 port of glib allows to place their HANDLEs in a GPollFD. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>