提交 9465a7a6 编写于 作者: M Michael S. Tsirkin

virtio_net: enable v1.0 support

Now that we have completed 1.0 support, enable it in our driver.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>


上级 7e93a02f
......@@ -2004,6 +2004,7 @@ static unsigned int features[] = {
VIRTIO_NET_F_GUEST_ANNOUNCE, VIRTIO_NET_F_MQ,
VIRTIO_NET_F_CTRL_MAC_ADDR,
VIRTIO_F_ANY_LAYOUT,
VIRTIO_F_VERSION_1,
};
static struct virtio_driver virtio_net_driver = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册