Commit 050f4c4d authored by Halil Pasic's avatar Halil Pasic Committed by Michael S. Tsirkin

virtio/s390: enable packed ring

Nothing precludes to accepting  VIRTIO_F_RING_PACKED any more.
Signed-off-by: default avatarHalil Pasic <pasic@linux.ibm.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
parent f35f54f1
......@@ -773,10 +773,8 @@ static u64 virtio_ccw_get_features(struct virtio_device *vdev)
static void ccw_transport_features(struct virtio_device *vdev)
{
/*
* There shouldn't be anything that precludes supporting packed.
* TODO: Remove the limitation after having another look into this.
* Currently nothing to do here.
*/
__virtio_clear_bit(vdev, VIRTIO_F_RING_PACKED);
}
static int virtio_ccw_finalize_features(struct virtio_device *vdev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment