aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEugenio Pérez <eperezma@redhat.com>2022-10-20 10:00:58 +0200
committerJason Wang <jasowang@redhat.com>2022-10-28 13:28:52 +0800
commitfaa825ddb3f116c2aa4db0ab5ed72bd093f39337 (patch)
tree4b67ab050a416a4867cef000a159e2e6a57d0fb9 /net
parent7550a82259fcf9ce5f1f6443ced779d0eb8afdca (diff)
downloadqemu-faa825ddb3f116c2aa4db0ab5ed72bd093f39337.zip
qemu-faa825ddb3f116c2aa4db0ab5ed72bd093f39337.tar.gz
qemu-faa825ddb3f116c2aa4db0ab5ed72bd093f39337.tar.bz2
vdpa: Delete duplicated vdpa_feature_bits entry
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>
Diffstat (limited to 'net')
-rw-r--r--net/vhost-vdpa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
index 4bc3fd0..eebf29f 100644
--- a/net/vhost-vdpa.c
+++ b/net/vhost-vdpa.c
@@ -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,