From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47904 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKXxZ-00087F-0W for qemu-devel@nongnu.org; Mon, 22 Nov 2010 10:05:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKXxS-0000D0-EC for qemu-devel@nongnu.org; Mon, 22 Nov 2010 10:05:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKXxS-0000Cj-0x for qemu-devel@nongnu.org; Mon, 22 Nov 2010 10:05:30 -0500 Message-ID: <4CEA86B4.1040604@redhat.com> Date: Mon, 22 Nov 2010 16:05:24 +0100 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable References: <20101122101536.41288F90AF@ochil.suse.de> In-Reply-To: <20101122101536.41288F90AF@ochil.suse.de> 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: Hannes Reinecke Cc: stefanha@gmail.com, qemu-devel@nongnu.org, nab@linux-iscsi.org, kraxel@redhat.com On 11/22/10 11:15, Hannes Reinecke wrote: > > This patch introduces configuration variables > CONFIG_SCSI_LSI > CONFIG_SCSI_MEGASAS > and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. > With this the available SCSI HBAs can be configured for each > target configuration instead of compiling it in for everyone. > > Signed-off-by: Hannes Reinecke > --- > Makefile.objs | 5 +++-- > default-configs/i386-softmmu.mak | 2 ++ > default-configs/mips-softmmu.mak | 2 +- > default-configs/mips64-softmmu.mak | 2 +- > default-configs/mips64el-softmmu.mak | 2 +- > default-configs/mipsel-softmmu.mak | 2 +- > default-configs/ppc-softmmu.mak | 2 ++ > default-configs/ppc64-softmmu.mak | 2 ++ > default-configs/ppcemb-softmmu.mak | 2 ++ > default-configs/sparc-softmmu.mak | 2 +- > default-configs/sparc64-softmmu.mak | 2 ++ > default-configs/x86_64-softmmu.mak | 2 ++ > 12 files changed, 20 insertions(+), 7 deletions(-) Acked-by: Jes Sorensen With a configure flag to flip modify the list from the default it would reach perfect status :) Cheers, Jes