Re: [Qemu-devel] [PATCH v7 5/9] file-posix: support BDRV_REQ_ALLOCATE

2018-01-29 Thread Max Reitz
On 2018-01-18 18:49, Anton Nefedov wrote: > Current write_zeroes implementation is good enough to satisfy this flag too > > Signed-off-by: Anton Nefedov > Reviewed-by: Alberto Garcia > --- > block/file-posix.c | 8 > 1 file changed, 8 insertions(+) Reviewed-by: Max Reitz signature

[Qemu-devel] [PATCH v7 5/9] file-posix: support BDRV_REQ_ALLOCATE

2018-01-18 Thread Anton Nefedov
Current write_zeroes implementation is good enough to satisfy this flag too Signed-off-by: Anton Nefedov Reviewed-by: Alberto Garcia --- block/file-posix.c | 8 1 file changed, 8 insertions(+) diff --git a/block/file-posix.c b/block/file-posix.c index 36ee89e..c36e156 100644 --- a/blo