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

This connects virtio-net to vhost net backend.
The code is structured in a way analogous to what we have with vnet
header capability in tap.

We start/stop backend on driver start/stop as
well as on save and vm start (for migration).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-net.c