Files
qemu/include/hw/scsi
Stefan Hajnoczi f4193228dd scsi: change buf_size to unsigned int in scsi_SG_IO()
SG_IO supports an unsigned int dxfer_len value. Existing callers use
less than 256 bytes, so scsi_SG_IO()'s uint8_t buf_size type was
sufficient. The next patch will use a larger value, so update the type.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Link: https://lore.kernel.org/r/20260415232906.212349-2-stefanha@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2026-05-08 16:37:18 +02:00
..
2025-12-27 10:11:08 +01:00