Re: [Qemu-devel] [PATCH 11/14] block: Add blk_co_readv/writev()
On 04.05.2016 11:39, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block/block-backend.c | 26 ++ > include/sysemu/block-backend.h | 4 > trace-events | 2 ++ > 3 files changed, 32 insertions(+) Reasonable in principle, but not su
[Qemu-devel] [PATCH 11/14] block: Add blk_co_readv/writev()
Signed-off-by: Kevin Wolf --- block/block-backend.c | 26 ++ include/sysemu/block-backend.h | 4 trace-events | 2 ++ 3 files changed, 32 insertions(+) diff --git a/block/block-backend.c b/block/block-backend.c index 25bb5ca..8dc3aa5 1006