Re: [Qemu-devel] [PATCH 02/16] scsi: Increase the number of possible devices

2010-11-19 Thread Christoph Hellwig
On Thu, Nov 18, 2010 at 03:46:25PM +0100, Hannes Reinecke wrote: > > The SCSI parallel interface has a limite of 8 devices, but > not the SCSI stack in general. So we should be removing the > hard-coded limit and use MAX_SCSI_DEVS instead. > And we only need to scan those devices which are allocat

[Qemu-devel] [PATCH 02/16] scsi: Increase the number of possible devices

2010-11-18 Thread Hannes Reinecke
The SCSI parallel interface has a limite of 8 devices, but not the SCSI stack in general. So we should be removing the hard-coded limit and use MAX_SCSI_DEVS instead. And we only need to scan those devices which are allocated by the bus. Signed-off-by: Hannes Reinecke --- blockdev.h|2 +