Re: [Qemu-devel] [PATCH v3 00/13] nbd minimal structured read

2017-10-13 Thread Vladimir Sementsov-Ogievskiy
13.10.2017 01:39, Eric Blake wrote: On 10/12/2017 04:53 AM, Vladimir Sementsov-Ogievskiy wrote: Minimally implement nbd structured read extension. v3: clone: tag up-nbd-minimal-structured-read-v3 from https://src.openvz.org/scm/~vsementsov/qemu.git online: https://src.openvz.org/users/vsemen

Re: [Qemu-devel] [PATCH v3 00/13] nbd minimal structured read

2017-10-12 Thread Eric Blake
On 10/12/2017 04:53 AM, Vladimir Sementsov-Ogievskiy wrote: > Minimally implement nbd structured read extension. > > v3: > > clone: tag up-nbd-minimal-structured-read-v3 from > https://src.openvz.org/scm/~vsementsov/qemu.git > online: > https://src.openvz.org/users/vsementsov/repos/qemu/browse?

Re: [Qemu-devel] [PATCH v3 00/13] nbd minimal structured read

2017-10-12 Thread Eric Blake
On 10/12/2017 06:15 AM, Vladimir Sementsov-Ogievskiy wrote: > This is a code movement, no changes. > >> Checking PATCH 11/13: nbd: share some nbd entities to be reused in >> block/nbd-client.c... >> ERROR: return of an errno should typically be -ve (return -EPERM) >> #46: FILE: include/block/nbd.

Re: [Qemu-devel] [PATCH v3 00/13] nbd minimal structured read

2017-10-12 Thread Vladimir Sementsov-Ogievskiy
This is a code movement, no changes. 12.10.2017 13:49, no-re...@patchew.org wrote: Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171012095319.136610-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 00/13

Re: [Qemu-devel] [PATCH v3 00/13] nbd minimal structured read

2017-10-12 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171012095319.136610-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH v3 00/13] nbd minimal structured read === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH v3 00/13] nbd minimal structured read

2017-10-12 Thread Vladimir Sementsov-Ogievskiy
Minimally implement nbd structured read extension. v3: clone: tag up-nbd-minimal-structured-read-v3 from https://src.openvz.org/scm/~vsementsov/qemu.git online: https://src.openvz.org/users/vsementsov/repos/qemu/browse?at=up-nbd-minimal-structured-read-v3 03: rename nbd_co_send_reply here too