From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PT2xX-0000cM-C4 for qemu-devel@nongnu.org; Wed, 15 Dec 2010 20:48:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PT2xW-0001CL-7f for qemu-devel@nongnu.org; Wed, 15 Dec 2010 20:48:43 -0500 Received: from gate.crashing.org ([63.228.1.57]:57117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PT2xV-0001CH-SH for qemu-devel@nongnu.org; Wed, 15 Dec 2010 20:48:42 -0500 Subject: Re: [Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3 From: Benjamin Herrenschmidt In-Reply-To: <1292463941.16694.506.camel@pasglop> References: <1290597370-21365-1-git-send-email-hare@suse.de> <20101124165051.GC31124@lst.de> <4D02A651.1070501@redhat.com> <4D05CC19.9070105@suse.de> <1292463941.16694.506.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 16 Dec 2010 12:48:27 +1100 Message-ID: <1292464107.16694.507.camel@pasglop> Mime-Version: 1.0 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, Paul Brook , Paolo Bonzini , Christoph Hellwig , kraxel@redhat.com On Thu, 2010-12-16 at 12:45 +1100, Benjamin Herrenschmidt wrote: > On Mon, 2010-12-13 at 08:32 +0100, Hannes Reinecke wrote: > > On 12/10/2010 11:14 PM, Paolo Bonzini wrote: > > > On 11/24/2010 05:50 PM, Christoph Hellwig wrote: > > >> Btw, it might make sense to split this series into two. > > >> > > >> Patches 1 to 11 are genuine improvements to the SCSI code, which I'd > > >> like to see merged ASAP. The rest is the actual megasas driver, which > > >> I still want to see, but haven't even gotten to review yet. > > > > > > Ping for patches 1 to 11? > > > > > > Paolo > > > > The first few already have been merged by Kevin Wolf; I'll see to > > prepare an updated patchset. > > Actually, I was about to ask as I'd like to base some new work of mine > on top of these. I don't see any recent commit from Kevin in the qemu > master branch (nor in any other branch on > http://git.savannah.gnu.org/cgit/qemu.git/log/). > > Does Kevin maintain a separate staging tree ? BTW. I could use patch 12 too (get_sense() callback :-) Would save me from manufacturing REQUEST_SENSE etc... I can carry it locally for the time being but it would be nice to have it upstream. Cheers, Ben.