]> Git Repo - qemu.git/commitdiff
block: Document blockdev-add's immaturity
authorMarkus Armbruster <[email protected]>
Fri, 20 Mar 2015 13:32:17 +0000 (14:32 +0100)
committerStefan Hajnoczi <[email protected]>
Fri, 27 Mar 2015 10:01:12 +0000 (10:01 +0000)
Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-id: 1426858337[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
qapi/block-core.json
qmp-commands.hx

index f525b04355edae482944c8a492aeb02d5ff39c0f..78730846c24b4e88c3b9306d44e4bcd2e2193ef7 100644 (file)
 #
 # Creates a new block device.
 #
+# This command is still a work in progress.  It doesn't support all
+# block drivers, it lacks a matching blockdev-del, and more.  Stay
+# away from it unless you want to help with its development.
+#
 # @options: block device options for the new device
 #
 # Since: 1.7
index 7f6876077b6d4b72deabe1910d7379beb2baf793..3a42ad0bffeb23778f877410f6e2038943da46c0 100644 (file)
@@ -3636,6 +3636,10 @@ blockdev-add
 
 Add a block device.
 
+This command is still a work in progress.  It doesn't support all
+block drivers, it lacks a matching blockdev-del, and more.  Stay away
+from it unless you want to help with its development.
+
 Arguments:
 
 - "options": block driver options
This page took 0.036339 seconds and 4 git commands to generate.