diff options
| author | Eugenio Pérez <eperezma@redhat.com> | 2022-12-21 12:50:15 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-08 01:54:21 -0500 |
| commit | 980003debddd18306ea2e1364b96598383c0e257 (patch) | |
| tree | 228e9838d73ff9be7dae1440f2d6033a971466b7 | |
| parent | 3f9a3eeb7ca6acd899e2205a9118928b4cd94e47 (diff) | |
| download | focaccia-qemu-980003debddd18306ea2e1364b96598383c0e257.tar.gz focaccia-qemu-980003debddd18306ea2e1364b96598383c0e257.zip | |
vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
So qemu emulates it even in case the device does not support it. Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20221221115015.1400889-5-eperezma@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | net/vhost-vdpa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 41de76376f..b0c6109230 100644 --- a/net/vhost-vdpa.c +++ b/net/vhost-vdpa.c @@ -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 }; |