]> git.proxmox.com Git - qemu.git/commit - net.c
Add support for tap vectored send
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Dec 2008 19:17:17 +0000 (19:17 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 17 Dec 2008 19:17:17 +0000 (19:17 +0000)
commitb535b7b2f73803146fcd442c7df8f90d48b1967f
treeb79d38de7008a1779103bda8133698a600251711
parentfbe78f4f55c6fdf1f8df3d82bf31835de9283fa3
Add support for tap vectored send

This is adapted from kvm-userspace.  It allows readv to be used with tap when
the host supports it.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6074 c046a42c-6fe2-441c-8c8c-71466251a162
net.c