]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
vdpa: Delete duplicated vdpa_feature_bits entry
authorEugenio Pérez <eperezma@redhat.com>
Thu, 20 Oct 2022 08:00:58 +0000 (10:00 +0200)
committerJason Wang <jasowang@redhat.com>
Fri, 28 Oct 2022 05:28:52 +0000 (13:28 +0800)
This entry was duplicated on referenced commit. Removing it.

Fixes: 402378407dbd ("vhost-vdpa: multiqueue support")
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/vhost-vdpa.c

index 4bc3fd01a878e83846ad476c46f86b7cf2c8c54f..eebf29f5c127a62ab3d03cdc08252452d7a1b162 100644 (file)
@@ -63,7 +63,6 @@ const int vdpa_feature_bits[] = {
     VIRTIO_NET_F_CTRL_RX,
     VIRTIO_NET_F_CTRL_RX_EXTRA,
     VIRTIO_NET_F_CTRL_VLAN,
-    VIRTIO_NET_F_GUEST_ANNOUNCE,
     VIRTIO_NET_F_CTRL_MAC_ADDR,
     VIRTIO_NET_F_RSS,
     VIRTIO_NET_F_MQ,