summaryrefslogtreecommitdiffstats
path: root/include/standard-headers/linux/virtio_scsi.h
Commit message (Collapse)AuthorAgeFilesLines
* uapi/virtio_scsi: allow overriding CDB/SENSE sizeMichael S. Tsirkin2015-03-111-2/+10
| | | | | | | | | | | | | | | QEMU wants to use virtio scsi structures with a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, let's add ifdefs to allow overriding them. Keep the old defines under new names: VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, since that's what these values really are: defaults for cdb/sense size fields. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com>
* include: import virtio headers from linux 4.0Michael S. Tsirkin2015-02-261-0/+164
Add files imported from linux-next (what will become linux 4.0) using scripts/update-linux-headers.sh Signed-off-by: Michael S. Tsirkin <mst@redhat.com>