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

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -773,10 +773,8 @@ out_free:
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)