From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTuE3-0002kX-RN for qemu-devel@nongnu.org; Tue, 07 Jun 2011 07:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTuDx-0006Df-SL for qemu-devel@nongnu.org; Tue, 07 Jun 2011 07:13:35 -0400 Received: from verein.lst.de ([213.95.11.211]:54858 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTuDx-0006DT-Hi for qemu-devel@nongnu.org; Tue, 07 Jun 2011 07:13:29 -0400 Date: Tue, 7 Jun 2011 13:13:26 +0200 From: Christoph Hellwig Message-ID: <20110607111326.GA6273@lst.de> References: <20110519085748.GA3650@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110519085748.GA3650@lst.de> Subject: Re: [Qemu-devel] [PATCH 0/3] ide: add TRIM support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ping? On Thu, May 19, 2011 at 10:57:48AM +0200, Christoph Hellwig wrote: > This patchset resurrects my older patches to add TRIM support. The > old approach to pass an action handler through the IDE subsystem doesn't > work any more after the refactoring for the AHCI driver, so not we simple > switch on the type of command passed in. ---end quoted text---