Re: [Qemu-devel] SCSI fixes

2006-06-03 Thread Blue Swirl
Hmm, this sounds like a partially a Linux bug. The qemu devices only report SCSI-3 rev 1, which doesn't define some of these commands. If I remember correctly, Linux uses the commands even if the device claims conformance to SCSI-1 (like it was before the SCSI reorg). However implementing th

Re: [Qemu-devel] SCSI fixes

2006-06-03 Thread Paul Brook
On Wednesday 31 May 2006 20:15, Blue Swirl wrote: > I added some new SCSI commands, which are used by Linux. Hmm, this sounds like a partially a Linux bug. The qemu devices only report SCSI-3 rev 1, which doesn't define some of these commands. However implementing them seems harmless so I've fix