win32 tap poll suppression (kazu)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2127 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-08-19 12:37:52 +00:00
parent b56bdb328a
commit e6cda8e299
3 changed files with 9 additions and 22 deletions

3
vl.c
View file

@ -5714,9 +5714,6 @@ void main_loop_wait(int timeout)
}
slirp_select_poll(&rfds, &wfds, &xfds);
}
#endif
#ifdef _WIN32
tap_win32_poll();
#endif
qemu_aio_poll();
qemu_bh_poll();