qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qapi/block: fix nbd-server-add spec
@ 2019-12-19 14:34 Vladimir Sementsov-Ogievskiy
  2019-12-19 14:42 ` Nir Soffer
  0 siblings, 1 reply; 10+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2019-12-19 14:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block, armbru, mreitz, nsoffer

"NAME" here may be interpreted like it should match @name, which is
export name. But it was never mentioned in such way. Make it obvious,
that actual "<dirty-bitmap-export-name>" (see docs/interop/nbd.txt)
will match @bitmap parameter.

Fixes: 5fcbeb06812685a2
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---

Hi all.

This patch follows discussion on Nir's patch
 [PATCH] block: nbd: Fix dirty bitmap context name
 ( https://lists.gnu.org/archive/html/qemu-devel/2019-12/msg04309.html )

Let's just fix qapi spec now. 

 qapi/block.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qapi/block.json b/qapi/block.json
index 145c268bb6..8042ef78f0 100644
--- a/qapi/block.json
+++ b/qapi/block.json
@@ -255,7 +255,8 @@
 
 # @bitmap: Also export the dirty bitmap reachable from @device, so the
 #          NBD client can use NBD_OPT_SET_META_CONTEXT with
-#          "qemu:dirty-bitmap:NAME" to inspect the bitmap. (since 4.0)
+#          "qemu:dirty-bitmap:BITMAP" to inspect the bitmap (BITMAP here
+#          matches @bitmap parameter). (since 4.0)
 #
 # Returns: error if the server is not running, or export with the same name
 #          already exists.
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-25 16:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 14:34 [PATCH] qapi/block: fix nbd-server-add spec Vladimir Sementsov-Ogievskiy
2019-12-19 14:42 ` Nir Soffer
2019-12-19 15:00   ` Vladimir Sementsov-Ogievskiy
2019-12-19 15:08     ` Nir Soffer
2019-12-19 15:25       ` Vladimir Sementsov-Ogievskiy
2019-12-19 16:14         ` Nir Soffer
2019-12-20  9:25           ` Vladimir Sementsov-Ogievskiy
2019-12-20 22:04           ` Eric Blake
2019-12-25 16:13             ` Vladimir Sementsov-Ogievskiy
2019-12-20 21:58       ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).