summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-08-19 12:37:52 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-08-19 12:37:52 +0000
commite6cda8e299318e0e54fabea4c74c0bd839547ea7 (patch)
treead9e45dd22c58c73131cde464e8fbb63d28c5c05 /vl.c
parentb56bdb328a9abae5035488e885c8e5fbaa5ce980 (diff)
downloadqemu-e6cda8e299318e0e54fabea4c74c0bd839547ea7.tar.gz
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vl.c b/vl.c
index 29142e1f6f..7719030993 100644
--- a/vl.c
+++ b/vl.c
@@ -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();