Re: [Qemu-devel] [PATCH 02/18] nbd-server: refactor simple reply sending

2017-02-06 Thread Eric Blake
On 02/03/2017 09:47 AM, Vladimir Sementsov-Ogievskiy wrote: > Rename functions appropriately and also make a separate copy of NBDReply > - NBDSimpleReply, to replace NBDReply for the server. NBDReply itself > will be upgraded in future patches to handle both simple and structured > replies in the c

[Qemu-devel] [PATCH 02/18] nbd-server: refactor simple reply sending

2017-02-03 Thread Vladimir Sementsov-Ogievskiy
Rename functions appropriately and also make a separate copy of NBDReply - NBDSimpleReply, to replace NBDReply for the server. NBDReply itself will be upgraded in future patches to handle both simple and structured replies in the client. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/bl