Skip to content
  • Paolo Bonzini's avatar
    aio: add Win32 implementation · f42b2207
    Paolo Bonzini authored
    
    
    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: default avatarPaolo Bonzini <pbonzini@redhat.com>
    f42b2207