Re: [Qemu-devel] [PATCH 0/3] ide: add TRIM support

2011-06-07 Thread Kevin Wolf
Am 07.06.2011 13:13, schrieb Christoph Hellwig: > ping? Sorry, forgot to answer... The problem that I had with this was that you add to the BM status register abuse with BM_STATUS_RETRY_TRIM. I intended to look into this and then review the rest of it. We'll need to have a fix for all the other a

Re: [Qemu-devel] [PATCH 0/3] ide: add TRIM support

2011-06-07 Thread Christoph Hellwig
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 > sw

[Qemu-devel] [PATCH 0/3] ide: add TRIM support

2011-05-19 Thread Christoph Hellwig
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.

[Qemu-devel] [PATCH 0/3] ide: add TRIM support

2011-05-03 Thread Christoph Hellwig
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.