Re: [Qemu-devel] [PATCH v3] vhost-user-blk: add discard/write zeroes features support

2019-01-17 Thread Stefano Garzarella
Note: I removed my wrong e-mail address in CC. On Thu, Jan 17, 2019 at 10:24:16AM +0800, Changpeng Liu wrote: > Linux commit 1f23816b8 "virtio_blk: add discard and write zeroes support" > added the support in the Guest kernel, while here also enable the features > support with vhost-user-blk drive

Re: [Qemu-devel] [PATCH v3] vhost-user-blk: add discard/write zeroes features support

2019-01-17 Thread Stefan Hajnoczi
On Thu, Jan 17, 2019 at 10:24:16AM +0800, Changpeng Liu wrote: > Linux commit 1f23816b8 "virtio_blk: add discard and write zeroes support" > added the support in the Guest kernel, while here also enable the features > support with vhost-user-blk driver. Also enable the test example utility > with D

[Qemu-devel] [PATCH v3] vhost-user-blk: add discard/write zeroes features support

2019-01-16 Thread Changpeng Liu
Linux commit 1f23816b8 "virtio_blk: add discard and write zeroes support" added the support in the Guest kernel, while here also enable the features support with vhost-user-blk driver. Also enable the test example utility with DISCARD and WRITE ZEROES commands. Signed-off-by: Changpeng Liu --- c