virtio-net: switch tx to safe iov functions
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 24 Sep 2012 12:52:28 +0000 (14:52 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 29 Oct 2012 16:25:23 +0000 (18:25 +0200)
commit14761f9cf7fbc6d058c1e51c313a139066eab256
treeb992c8e474fbeac234d70a0df894cd4d1621c668
parentc8d28e7e336869524d166d88f08ad476eadedccb
virtio-net: switch tx to safe iov functions

Avoid mangling iovec manually: use safe iov_*
functions.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio-net.c