From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41574 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTGu8-0001Dg-0K for qemu-devel@nongnu.org; Thu, 16 Dec 2010 11:42:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTGu2-0005TE-KI for qemu-devel@nongnu.org; Thu, 16 Dec 2010 11:42:07 -0500 Received: from verein.lst.de ([213.95.11.210]:51178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTGu2-0005T3-9r for qemu-devel@nongnu.org; Thu, 16 Dec 2010 11:42:02 -0500 Date: Thu, 16 Dec 2010 17:42:01 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] ]PATCH 0/7] add TRIM/UNMAP support, v3 Message-ID: <20101216164201.GB13211@lst.de> References: <20101210150038.GA30990@lst.de> <4D0A3398.6090309@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D0A3398.6090309@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Christoph Hellwig , qemu-devel@nongnu.org On Thu, Dec 16, 2010 at 04:43:20PM +0100, Kevin Wolf wrote: > The SCSI changes seem to apply, but the rest conflicts with recent > changes, most notably AHCI. Can you rebase on top of the block branch? I've tried to, but with the maze of pointer indirections I'm totally lost for now. I'll have to drop the IDE side for now until that area gets less messy or I get a lot more time.