Re: [Qemu-block] [PATCH v2] nvme: Implement Write Zeroes

2017-05-09 Thread Kevin Wolf
Am 09.05.2017 um 17:09 hat Keith Busch geschrieben: > On Tue, May 09, 2017 at 05:01:04PM +0200, Kevin Wolf wrote: > > Am 05.05.2017 um 11:58 hat Christoph Hellwig geschrieben: > > > Signed-off-by: Keith Busch > > > [hch: ported over from qemu-nvme.git to mainline] > > >

Re: [Qemu-block] [PATCH v2] nvme: Implement Write Zeroes

2017-05-09 Thread Keith Busch
On Tue, May 09, 2017 at 05:01:04PM +0200, Kevin Wolf wrote: > Am 05.05.2017 um 11:58 hat Christoph Hellwig geschrieben: > > Signed-off-by: Keith Busch > > [hch: ported over from qemu-nvme.git to mainline] > > Signed-off-by: Christoph Hellwig > > Keith, can

Re: [Qemu-block] [PATCH v2] nvme: Implement Write Zeroes

2017-05-09 Thread Kevin Wolf
Am 05.05.2017 um 11:58 hat Christoph Hellwig geschrieben: > Signed-off-by: Keith Busch > [hch: ported over from qemu-nvme.git to mainline] > Signed-off-by: Christoph Hellwig Keith, can you give an Acked-by for this one? (I see that the code is originally from

[Qemu-block] [PATCH v2] nvme: Implement Write Zeroes

2017-05-05 Thread Christoph Hellwig
Signed-off-by: Keith Busch [hch: ported over from qemu-nvme.git to mainline] Signed-off-by: Christoph Hellwig --- hw/block/nvme.c | 26 ++ hw/block/nvme.h | 1 + 2 files changed, 27 insertions(+) Changes since v1: - add