]> Git Repo - qemu.git/commit - hw/vhost.c
vhost: vhost net support
authorMichael S. Tsirkin <[email protected]>
Wed, 17 Mar 2010 11:08:17 +0000 (13:08 +0200)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
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]
This page took 0.027688 seconds and 4 git commands to generate.