From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36063 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLZrc-0005R9-9M for qemu-devel@nongnu.org; Thu, 25 Nov 2010 06:19:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLZrb-00088K-7i for qemu-devel@nongnu.org; Thu, 25 Nov 2010 06:19:44 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:51216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLZrb-00087Z-06 for qemu-devel@nongnu.org; Thu, 25 Nov 2010 06:19:43 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable Date: Thu, 25 Nov 2010 10:59:31 +0000 References: <20101122101536.41288F90AF@ochil.suse.de> In-Reply-To: <20101122101536.41288F90AF@ochil.suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011251059.31561.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com, Hannes Reinecke , nab@linux-iscsi.org, kraxel@redhat.com > 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. No. These are both PCI devices, I see no particularly good reason to make them optional. At minimum they should be enabled by default on all configs. The ESP controller is different because it is't a general purpose device, and only makes sense on certain systems. Paul