Re: [Qemu-devel] [PATCHv6 08/11] vhost: vhost net support

2010-03-22 Thread Michael S. Tsirkin
On Mon, Mar 22, 2010 at 03:58:58PM -0500, Anthony Liguori wrote: > On 03/17/2010 06:08 AM, Michael S. Tsirkin wrote: >> This adds vhost net device support in qemu. Will be tied to tap device >> and virtio by following patches. Raw backend is currently missing, >> will be worked on/submitted separa

Re: [Qemu-devel] [PATCHv6 08/11] vhost: vhost net support

2010-03-22 Thread Anthony Liguori
On 03/17/2010 06:08 AM, Michael S. Tsirkin wrote: This adds vhost net device support in qemu. Will be tied to tap device and virtio by following patches. Raw backend is currently missing, will be worked on/submitted separately. Signed-off-by: Michael S. Tsirkin --- Makefile.target |2 +

[Qemu-devel] [PATCHv6 08/11] vhost: vhost net support

2010-03-17 Thread Michael S. Tsirkin
This adds vhost net device support in qemu. Will be tied to tap device and virtio by following patches. Raw backend is currently missing, will be worked on/submitted separately. Signed-off-by: Michael S. Tsirkin --- Makefile.target |2 + configure | 37 +++ hw/vhost.c | 711 ++