vhost: accept in order feature flag
Let's accept the feature flag with all the infrastructure to process it in place. Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20260304173535.2702587-8-eperezma@redhat.com>
Eugenio Pérez committed
Mar 4, 2026 at 18:35 UTC
942a1a32300859576f2917b920c25bb949faa1e8
1 file changed
+1
hw/virtio/vhost-shadow-virtqueue.c
+1
@@ -38,6 +38,7 @@ bool vhost_svq_valid_features(uint64_t features, Error **errp)
38
case VIRTIO_F_ANY_LAYOUT:
39
case VIRTIO_RING_F_EVENT_IDX:
40
case VIRTIO_RING_F_INDIRECT_DESC:
41
+ case VIRTIO_F_IN_ORDER:
42
continue;
43
44
case VIRTIO_F_ACCESS_PLATFORM: