From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLtGd-0002YY-B7 for qemu-devel@nongnu.org; Fri, 26 Nov 2010 03:03:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLtFu-000244-3z for qemu-devel@nongnu.org; Fri, 26 Nov 2010 03:02:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLtFt-00023k-OL for qemu-devel@nongnu.org; Fri, 26 Nov 2010 03:02:06 -0500 Message-ID: <4CEF696F.1080606@redhat.com> Date: Fri, 26 Nov 2010 09:01:51 +0100 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable References: <20101122101536.41288F90AF@ochil.suse.de> <201011251059.31561.paul@codesourcery.com> <201011251322.31081.paul@codesourcery.com> In-Reply-To: <201011251322.31081.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: stefanha@gmail.com, qemu-devel@nongnu.org, nab@linux-iscsi.org, Alexander Graf , Hannes Reinecke , kraxel@redhat.com On 11/25/10 14:22, Paul Brook wrote: >> On 25.11.2010, at 11:59, Paul Brook wrote: >> RH needs to compile out as much as they can from the code base, because >> they state that they support everything that's compiled in. So making as >> much as possible optional is good. And I don't see why we should limit >> ourselves here. > > My second point (should be enabled by default) still applies. Your patch > removes the lsi controller from the default arm-softmmu config, which is > definitely wrong. Right I am not advocating changing the defaults, all I suggest is we make it an option to disable some of the devices. There are people running on smaller systems or dedicated systems where they know exactly which 7 devices they need and nothing more. They would be quite happy to be able to strip down QEMU to the minimum they need. Cheers, Jes