From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57883 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVhO-0006dq-FK for qemu-devel@nongnu.org; Fri, 19 Nov 2010 13:28:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJVhM-0005Ic-HQ for qemu-devel@nongnu.org; Fri, 19 Nov 2010 13:28:38 -0500 Received: from verein.lst.de ([213.95.11.210]:41688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJVhM-0005IK-7S for qemu-devel@nongnu.org; Fri, 19 Nov 2010 13:28:36 -0500 Date: Fri, 19 Nov 2010 19:28:33 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 02/16] scsi: Increase the number of possible devices Message-ID: <20101119182833.GC32461@lst.de> References: <20101118144625.ED4C5F90AB@ochil.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101118144625.ED4C5F90AB@ochil.suse.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: stefanha@gmail.com, qemu-devel@nongnu.org, nab@linux-iscsi.org, kraxel@redhat.com 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 allocated > by the bus. Looks good.