From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53857 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJUrq-0001vj-4B for qemu-devel@nongnu.org; Fri, 19 Nov 2010 12:35:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJUro-0001rk-PY for qemu-devel@nongnu.org; Fri, 19 Nov 2010 12:35:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJUro-0001rX-Gx for qemu-devel@nongnu.org; Fri, 19 Nov 2010 12:35:20 -0500 Message-ID: <4CE6B551.6070007@redhat.com> Date: Fri, 19 Nov 2010 18:35:13 +0100 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 16/16] megasas: LSI Megaraid SAS emulation References: <20101118144755.442B2F90AB@ochil.suse.de> <4CE64151.7050601@redhat.com> <4CE68A40.5020700@redhat.com> In-Reply-To: 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: Alexander Graf Cc: stefanha@gmail.com, qemu-devel@nongnu.org, nab@linux-iscsi.org, Markus Armbruster , Hannes Reinecke , kraxel@redhat.com On 11/19/10 17:36, Alexander Graf wrote: > > On 19.11.2010, at 15:31, Jes Sorensen wrote: >> What I mean is for most other device types we allow to specify a list of >> wanted devices at the configure line, which is what I am suggesting we >> added support for for SCSI as well. > > Oh, you mean something like: > > hw-obj-$(CONFIG_MEGASAS) += megasas.o > > with respective entries in default-config/*? Yeah, makes sense. Correct, and I suggest we add that for the 53c895 driver too. Cheers, Jes