From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMpCM-0003cL-69 for qemu-devel@nongnu.org; Thu, 01 Mar 2007 12:36:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMpCL-0003ag-9e for qemu-devel@nongnu.org; Thu, 01 Mar 2007 12:36:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMpCK-0003aO-VZ for qemu-devel@nongnu.org; Thu, 01 Mar 2007 12:36:09 -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 1HMpCK-00034z-H4 for qemu-devel@nongnu.org; Thu, 01 Mar 2007 12:36:08 -0500 From: Paul Brook Subject: Re: [Qemu-devel] QEMU/pc and scsi disks Date: Thu, 1 Mar 2007 17:36:01 +0000 References: <45E70CCF.40800@bull.net> In-Reply-To: <45E70CCF.40800@bull.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703011736.01648.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 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. Apart from anything else your patch completely ignores non-x86 targets. There's also no reason to limit to 7 disks, and we should support scsi cdroms. Paul