Home
last modified time | relevance | path

Searched hist:"2106 ba30" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_scsi.h2106ba30 Wed Mar 11 08:19:03 CDT 2015 Michael S. Tsirkin <mst@redhat.com> uapi/virtio_scsi: allow overriding CDB/SENSE size

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>