From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHEMu-00075g-Tt for qemu-devel@nongnu.org; Tue, 03 May 2011 08:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHEMt-0007tX-Vm for qemu-devel@nongnu.org; Tue, 03 May 2011 08:06:20 -0400 Received: from verein.lst.de ([213.95.11.211]:43252 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHEMt-0007sb-NN for qemu-devel@nongnu.org; Tue, 03 May 2011 08:06:19 -0400 Date: Tue, 3 May 2011 14:06:16 +0200 From: Christoph Hellwig Message-ID: <20110503120616.GA10133@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.