From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HN9uE-0004yr-5U for qemu-devel@nongnu.org; Fri, 02 Mar 2007 10:42:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HN9uC-0004y6-IQ for qemu-devel@nongnu.org; Fri, 02 Mar 2007 10:42:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HN9uC-0004xz-Bi for qemu-devel@nongnu.org; Fri, 02 Mar 2007 10:42:48 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HN9uB-0002Rc-SY for qemu-devel@nongnu.org; Fri, 02 Mar 2007 10:42:48 -0500 From: Paul Brook Subject: Re: [Qemu-devel] QEMU/pc and scsi disks Date: Fri, 2 Mar 2007 15:42:42 +0000 References: <45E70CCF.40800@bull.net> <45E7E20A.8020704@bull.net> <20070302110232.GC27636@networkno.de> In-Reply-To: <20070302110232.GC27636@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703021542.43161.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laurent Vivier > > > There's also no reason to limit to 7 disks, and we should support scsi > > > cdroms. > > > > The reason for 7 is the number of available id on the scsi bus. > > For wide scsi it is 15. I wouldn't bet on wide scsi working. For PCI based systems you can add more host adapters to get more devices. I haven't actually tested this, but it should work. Paul