]> Git Repo - qemu.git/commitdiff
vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
authorEugenio Pérez <[email protected]>
Wed, 21 Dec 2022 11:50:15 +0000 (12:50 +0100)
committerMichael S. Tsirkin <[email protected]>
Sun, 8 Jan 2023 06:54:21 +0000 (01:54 -0500)
So qemu emulates it even in case the device does not support it.

Signed-off-by: Eugenio Pérez <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <20221221115015.1400889[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
net/vhost-vdpa.c

index 41de76376f24dfd947f52a71a5cb9e3965f07b76..b0c61092304e6858c88b050e5653af6e4826ebd6 100644 (file)
@@ -74,7 +74,6 @@ const int vdpa_feature_bits[] = {
     VIRTIO_F_RING_RESET,
     VIRTIO_NET_F_RSS,
     VIRTIO_NET_F_HASH_REPORT,
-    VIRTIO_NET_F_GUEST_ANNOUNCE,
     VIRTIO_NET_F_STATUS,
     VHOST_INVALID_FEATURE_BIT
 };
This page took 0.02921 seconds and 4 git commands to generate.