Re: [Qemu-devel] [PATCH 4/5] ide: add TRIM support

2010-12-10 Thread Christoph Hellwig
On Thu, Dec 02, 2010 at 03:07:49PM +0100, Kevin Wolf wrote: > This looks wrong. Wouldn't werror=stop cause the request to be retried > as a write when the VM is resumed? Indeed. > But having a copy&paste error gives just about right reason to mention > that after read and write this is the third

Re: [Qemu-devel] [PATCH 4/5] ide: add TRIM support

2010-12-02 Thread Kevin Wolf
Am 01.12.2010 16:35, schrieb Christoph Hellwig: > Add support for the data set management command, and the TRIM sub function > in it. > > Signed-off-by: Christoph Hellwig > > Index: qemu/hw/ide/core.c > === > --- qemu.orig/hw/ide/co

[Qemu-devel] [PATCH 4/5] ide: add TRIM support

2010-12-01 Thread Christoph Hellwig
Add support for the data set management command, and the TRIM sub function in it. Signed-off-by: Christoph Hellwig Index: qemu/hw/ide/core.c === --- qemu.orig/hw/ide/core.c 2010-11-30 23:12:59.513132702 +0100 +++ qemu/hw/ide/cor

Re: [Qemu-devel] [PATCH 4/5] ide: add TRIM support

2010-11-25 Thread malc
On Thu, 25 Nov 2010, Christoph Hellwig wrote: > Add support for the data set management command, and the TRIM sub function > in it. Tabs. [..snip..] -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH 4/5] ide: add TRIM support

2010-11-25 Thread Christoph Hellwig
Add support for the data set management command, and the TRIM sub function in it. Signed-off-by: Christoph Hellwig Index: qemu/hw/ide/core.c === --- qemu.orig/hw/ide/core.c 2010-11-25 12:33:40.961255346 +0100 +++ qemu/hw/ide/cor