]> git.proxmox.com Git - qemu.git/commit
net: add tap_read_poll() helper
authorMark McLoughlin <markmc@redhat.com>
Thu, 18 Jun 2009 17:21:31 +0000 (18:21 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Jun 2009 15:15:30 +0000 (10:15 -0500)
commitb664e3673c6c2ca228ce025292e32b34f73df5f5
tree0e9aabd57605f615b108c4972f4f7b79767867f8
parentb9adce2c833fae930f5bede2b8a3357697984e8c
net: add tap_read_poll() helper

Add a helper to enable/disable the read polling on tapfd.

We need this, because we want to start write polling on the tapfd too
and enable/disable both types of polling independently.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c