mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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:
parent
b56bdb328a
commit
e6cda8e299
3 changed files with 9 additions and 22 deletions
3
vl.c
3
vl.c
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue