]> git.proxmox.com Git - qemu.git/commit - main-loop.c
main-loop: disable fd_set-based glib integration under w32
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 20 Mar 2012 09:49:18 +0000 (10:49 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Apr 2012 08:34:15 +0000 (08:34 +0000)
commit15455536df5ef652759ccf465d5e6f73acb493df
tree75001135bb4bab3119c17ee862dafe81ca22c669
parent4dae83aeac63863af6b59f58552da68b35b1a40d
main-loop: disable fd_set-based glib integration under w32

Using select with glib pollfds is wrong under w32.  Restrict
the code to the POSIX case.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
main-loop.c