diff --git a/virtio-devices/src/vhost_user/generic_vhost_user.rs b/virtio-devices/src/vhost_user/generic_vhost_user.rs index b8af44d75..b90c6c079 100644 --- a/virtio-devices/src/vhost_user/generic_vhost_user.rs +++ b/virtio-devices/src/vhost_user/generic_vhost_user.rs @@ -121,7 +121,7 @@ since the backend only supports {backend_num_queues}\n", ); return Err(Error::BadQueueNum); } - // Create virtio-vhost-user device configuration. + ( acked_features, // If part of the available features that have been acked, the