Re: [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap

2018-03-22 Thread Vladimir Sementsov-Ogievskiy
22.03.2018 19:19, Eric Blake wrote: On 03/22/2018 10:43 AM, Vladimir Sementsov-Ogievskiy wrote: +# Returns: error on one of the following conditions: +#   - the server is not running +#   - export is not found +#   - bitmap is not found +#   - bitmap is disabled

Re: [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap

2018-03-22 Thread Eric Blake
On 03/22/2018 10:43 AM, Vladimir Sementsov-Ogievskiy wrote: +# Returns: error on one of the following conditions: +#   - the server is not running +#   - export is not found +#   - bitmap is not found +#   - bitmap is disabled +#   - bitmap is locked Do

Re: [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap

2018-03-22 Thread Vladimir Sementsov-Ogievskiy
21.03.2018 20:33, Eric Blake wrote: On 03/21/2018 07:19 AM, Vladimir Sementsov-Ogievskiy wrote: Signed-off-by: Vladimir Sementsov-Ogievskiy ---   qapi/block.json | 27 +++   blockdev-nbd.c  | 23 +++   2 files changed, 50 insertions(+) diff --git a/qap

Re: [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap

2018-03-21 Thread Eric Blake
On 03/21/2018 07:19 AM, Vladimir Sementsov-Ogievskiy wrote: Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block.json | 27 +++ blockdev-nbd.c | 23 +++ 2 files changed, 50 insertions(+) diff --git a/qapi/block.json b/qapi/block.json index

[Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap

2018-03-21 Thread Vladimir Sementsov-Ogievskiy
Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block.json | 27 +++ blockdev-nbd.c | 23 +++ 2 files changed, 50 insertions(+) diff --git a/qapi/block.json b/qapi/block.json index c694524002..4afbbcd7b7 100644 --- a/qapi/block.json +++ b/qapi/bl