Vincenzo Maffione 97410dde60 e1000: NetClientInfo.receive_iov implemented
This patch implements the NetClientInfo.receive_iov method for the
e1000 device emulation. In this way a network backend that uses
qemu_sendv_packet() can deliver the fragmented packet without
requiring an additional copy in the frontend/backend network code
(nc_sendv_compat() function).

The existing method NetClientInfo.receive has been reimplemented
using the new method.

Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-09-20 19:49:14 +02:00
..
2013-07-29 21:06:59 +02:00
2013-07-29 21:06:59 +02:00
2013-07-29 21:07:02 +02:00
2013-09-06 17:27:40 +02:00
2013-07-29 21:06:59 +02:00
2013-04-24 11:50:20 -05:00
2013-07-29 21:07:00 +02:00