From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HN5cg-0007U2-Em for qemu-devel@nongnu.org; Fri, 02 Mar 2007 06:08:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HN5ce-0007S2-VE for qemu-devel@nongnu.org; Fri, 02 Mar 2007 06:08:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HN5ce-0007Rz-Rr for qemu-devel@nongnu.org; Fri, 02 Mar 2007 06:08:24 -0500 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HN5ce-0001F5-EI for qemu-devel@nongnu.org; Fri, 02 Mar 2007 06:08:24 -0500 Date: Fri, 2 Mar 2007 11:02:32 +0000 Subject: Re: [Qemu-devel] QEMU/pc and scsi disks Message-ID: <20070302110232.GC27636@networkno.de> References: <45E70CCF.40800@bull.net> <200703011736.01648.paul@codesourcery.com> <45E7E20A.8020704@bull.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45E7E20A.8020704@bull.net> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: qemu-devel@nongnu.org Laurent Vivier wrote: > Paul Brook wrote: > > On Thursday 01 March 2007 17:26, Laurent Vivier wrote: > >> Hi, > >> > >> As I'm a newcomer, I don't know the story about qemu/pc and scsi disks, but > >> I propose a little patch to make SCSI disks visible. > > > > See previous discussion about how the disk options need to be fixed properly. > > Sorry, I didn't find it, but now I've found it. > > > Apart from anything else your patch completely ignores non-x86 targets. > > This patch was just to validate my approach... and it seems bad :-P > > > 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. > Of course, we > could manage several bus. To add cdroms support, we can add parameters "-scd0", > "-scd1", ... This gets unwieldy quickly. Thiemo