[Qemu-devel] [PATCH v2 06/13] block/commit: refactor stream to use job callbacks

2018-08-23 Thread John Snow
Signed-off-by: John Snow --- block/stream.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/block/stream.c b/block/stream.c index 700eb239e4..81a7ec8ece 100644 --- a/block/stream.c +++ b/block/stream.c @@ -54,16 +54,16 @@ static int coroutine_fn stream

Re: [Qemu-devel] [PATCH v2 06/13] block/commit: refactor stream to use job callbacks

2018-08-27 Thread Max Reitz
@subject: s/commit/stream/ On 2018-08-24 00:22, John Snow wrote: > Signed-off-by: John Snow > --- > block/stream.c | 23 +++ > 1 file changed, 15 insertions(+), 8 deletions(-) This is a nice patch. Reviewed-by: Max Reitz signature.asc Description: OpenPGP digital signat