virtio: Support SCSI over virtio
U-Boot supports virtio-blk and in most cases this is sufficient for providing access to a disk. However some larger users such as LXD prefer virtio-scsi since it groups disks together and provides unified probing of devices.
This series implements this protocol.