Re: [PULL 01/45] virtio-blk: remove SCSI passthrough functionality

2024-06-04 Thread Richard Henderson
On 6/4/24 01:43, Paolo Bonzini wrote: The legacy SCSI passthrough functionality has never been enabled for VIRTIO 1.0 and was deprecated more than four years ago. Get rid of it---almost, because QEMU is advertising it unconditionally for legacy virtio-blk devices. Just parse the header and retu

[PULL 01/45] virtio-blk: remove SCSI passthrough functionality

2024-06-03 Thread Paolo Bonzini
The legacy SCSI passthrough functionality has never been enabled for VIRTIO 1.0 and was deprecated more than four years ago. Get rid of it---almost, because QEMU is advertising it unconditionally for legacy virtio-blk devices. Just parse the header and return a nonzero status. Signed-off-by: Pao