Re: [Qemu-devel] [PATCH 06/14] nbd/client: Move export name into NBDExportInfo

2018-12-05 Thread Vladimir Sementsov-Ogievskiy
01.12.2018 1:03, Eric Blake wrote: > Refactor the 'name' parameter of nbd_receive_negotiate() from > being a separate parameter into being part of the in-out 'info'. > This also spills over to a simplification of nbd_opt_go(). > > The main driver for this refactoring is that an upcoming patch > wo

Re: [Qemu-devel] [PATCH 06/14] nbd/client: Move export name into NBDExportInfo

2018-11-30 Thread Richard W.M. Jones
On Fri, Nov 30, 2018 at 04:03:35PM -0600, Eric Blake wrote: > Refactor the 'name' parameter of nbd_receive_negotiate() from > being a separate parameter into being part of the in-out 'info'. > This also spills over to a simplification of nbd_opt_go(). > > The main driver for this refactoring is th