commit | 9bc6304c156dcc01c619672ca33d7152bb18bcb9 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Mar 17 13:08:42 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Apr 01 13:56:43 2010 -0500 |
tree | 936d43899185f4d57a843cdc692314a7586ca890 | |
parent | b202554cf791f7182eccd70c7685827abded3907 [diff] |
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>