]> git.proxmox.com Git - qemu.git/commit
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)
commitd59700553ecbf052cce1e099e8f4dae2704fe424
treef0f4d3afd94d374920b450ec14c18775762fcadb
parentade80dc84527ae7418e9fcaf33e09574da0d2b29
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]