Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uapi/virtio_scsi: allow overriding CDB/SENSE size | Michael S. Tsirkin | 2015-03-11 | 1 | -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.0 | Michael S. Tsirkin | 2015-02-26 | 1 | -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> |