Re: [Qemu-devel] [PATCH 12/18] nbd: BLOCK_STATUS for bitmap export: client part

2017-02-08 Thread Eric Blake
On 02/03/2017 09:47 AM, Vladimir Sementsov-Ogievskiy wrote: > Signed-off-by: Vladimir Sementsov-Ogievskiy Rather light on the commit description. Might be worth pointing to the NBD protocol that it is implementing, particularly since that part of the protocol is still an extension and may be subj

[Qemu-devel] [PATCH 12/18] nbd: BLOCK_STATUS for bitmap export: client part

2017-02-03 Thread Vladimir Sementsov-Ogievskiy
Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/nbd-client.c | 146 ++- block/nbd-client.h | 6 +++ block/nbd.c | 9 +++- include/block/nbd.h | 6 ++- nbd/client.c | 103 +++- nbd/ser