Re: [Qemu-devel] [PATCH 08/14] nbd/client: Refactor nbd_receive_list()

2018-12-06 Thread Vladimir Sementsov-Ogievskiy
06.12.2018 19:31, Eric Blake wrote: > On 12/6/18 8:18 AM, Vladimir Sementsov-Ogievskiy wrote: >> 01.12.2018 1:03, Eric Blake wrote: >>> Add some parameters to make this function reusable in upcoming >>> export listing, where we will want to capture the name and >>> description rather than compare a

Re: [Qemu-devel] [PATCH 08/14] nbd/client: Refactor nbd_receive_list()

2018-12-06 Thread Eric Blake
On 12/6/18 8:18 AM, Vladimir Sementsov-Ogievskiy wrote: 01.12.2018 1:03, Eric Blake wrote: Add some parameters to make this function reusable in upcoming export listing, where we will want to capture the name and description rather than compare against a user-supplied name. No change in semantic

Re: [Qemu-devel] [PATCH 08/14] nbd/client: Refactor nbd_receive_list()

2018-12-06 Thread Vladimir Sementsov-Ogievskiy
01.12.2018 1:03, Eric Blake wrote: > Add some parameters to make this function reusable in upcoming > export listing, where we will want to capture the name and > description rather than compare against a user-supplied name. > No change in semantics to the existing caller. > > Signed-off-by: Eric

Re: [Qemu-devel] [PATCH 08/14] nbd/client: Refactor nbd_receive_list()

2018-12-01 Thread Richard W.M. Jones
On Fri, Nov 30, 2018 at 04:03:37PM -0600, Eric Blake wrote: > Add some parameters to make this function reusable in upcoming > export listing, where we will want to capture the name and > description rather than compare against a user-supplied name. > No change in semantics to the existing caller.

[Qemu-devel] [PATCH 08/14] nbd/client: Refactor nbd_receive_list()

2018-11-30 Thread Eric Blake
Add some parameters to make this function reusable in upcoming export listing, where we will want to capture the name and description rather than compare against a user-supplied name. No change in semantics to the existing caller. Signed-off-by: Eric Blake --- nbd/client.c | 66 +