diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-19 12:37:52 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-19 12:37:52 +0000 |
commit | e6cda8e299318e0e54fabea4c74c0bd839547ea7 (patch) | |
tree | ad9e45dd22c58c73131cde464e8fbb63d28c5c05 /vl.c | |
parent | b56bdb328a9abae5035488e885c8e5fbaa5ce980 (diff) | |
download | qemu-e6cda8e299318e0e54fabea4c74c0bd839547ea7.zip |
win32 tap poll suppression (kazu)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2127 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5715,9 +5715,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(); |