vhost: vhost net support
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 17 Mar 2010 11:08:17 +0000 (13:08 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 1 Apr 2010 18:56:43 +0000 (13:56 -0500)
commit00e3ad6fb74b891ab55a6bb29079b3ff8eec1c9e
treef0f4d3afd94d374920b450ec14c18775762fcadb
parent836d037b9e71d83517d46bd53d440823f50c7766
vhost: vhost net support

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 <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target
configure
hw/vhost.c [new file with mode: 0644]
hw/vhost.h [new file with mode: 0644]
hw/vhost_net.c [new file with mode: 0644]
hw/vhost_net.h [new file with mode: 0644]