]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
aio: add Win32 implementation
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 9 Jun 2012 02:01:51 +0000 (04:01 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Oct 2012 08:30:53 +0000 (09:30 +0100)
commitf42b22077bc63a482d7a8755b54e33475ab78541
tree33f248df458d15ca3a816be0f2ef24ffa8af17a7
parentcd9ba1ebcf0439457f22b75b38533f6634f23c5f
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>
Makefile.objs
aio-posix.c [new file with mode: 0644]
aio-win32.c [new file with mode: 0644]
aio.c [deleted file]
block/Makefile.objs
main-loop.c