mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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>