From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMz3H-0007Qb-5T for qemu-devel@nongnu.org; Thu, 19 May 2011 04:57:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMz3G-0002PC-BQ for qemu-devel@nongnu.org; Thu, 19 May 2011 04:57:51 -0400 Received: from verein.lst.de ([213.95.11.211]:45077 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMz3G-0002Ol-6Q for qemu-devel@nongnu.org; Thu, 19 May 2011 04:57:50 -0400 Date: Thu, 19 May 2011 10:57:48 +0200 From: Christoph Hellwig Message-ID: <20110519085748.GA3650@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [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 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.