]> xenbits.xensource.com Git - qemu-xen.git/commit
vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
authorEugenio Pérez <eperezma@redhat.com>
Wed, 21 Dec 2022 11:50:14 +0000 (12:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jan 2023 06:54:21 +0000 (01:54 -0500)
commit3f9a3eeb7ca6acd899e2205a9118928b4cd94e47
tree70cc579d7fc3d2c188703ee65e9f22d4da3c4284
parent4f93aafc8f9d731c6588f5dc5594c6a1dd1fbe66
vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail

Since this capability is emulated by qemu shadowed CVQ cannot forward it
to the device. Process all that command within qemu.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Message-Id: <20221221115015.1400889-4-eperezma@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
net/vhost-vdpa.c