aboutsummaryrefslogtreecommitdiff
path: root/hw/vhost_net.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-01vhost: vhost net supportMichael S. Tsirkin1-0/+19
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>