Re: [Qemu-devel] [PATCH] file-posix: Implement co versions of discard/flush

2018-06-29 Thread Kevin Wolf
Am 21.06.2018 um 19:19 hat Kevin Wolf geschrieben: > This simplifies file-posix by implementing the coroutine variants of > the discard and flush BlockDriver callbacks. These were the last > remaining users of paio_submit(), which can be removed now. > > Signed-off-by: Kevin Wolf Applied to the

Re: [Qemu-devel] [PATCH] file-posix: Implement co versions of discard/flush

2018-06-22 Thread Eric Blake
On 06/21/2018 12:19 PM, Kevin Wolf wrote: This simplifies file-posix by implementing the coroutine variants of the discard and flush BlockDriver callbacks. These were the last remaining users of paio_submit(), which can be removed now. Signed-off-by: Kevin Wolf --- block/file-posix.c | 72

Re: [Qemu-devel] [PATCH] file-posix: Implement co versions of discard/flush

2018-06-21 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180621171925.28925-1-kw...@redhat.com Subject: [Qemu-devel] [PATCH] file-posix: Implement co versions of discard/flush === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH] file-posix: Implement co versions of discard/flush

2018-06-21 Thread Kevin Wolf
This simplifies file-posix by implementing the coroutine variants of the discard and flush BlockDriver callbacks. These were the last remaining users of paio_submit(), which can be removed now. Signed-off-by: Kevin Wolf --- block/file-posix.c | 72