Commit 9465a7a6 authored by Michael S. Tsirkin's avatar 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: default avatarMichael S. Tsirkin <mst@redhat.com>


parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment