From: Markus Armbruster Date: Fri, 20 Mar 2015 13:32:17 +0000 (+0100) Subject: block: Document blockdev-add's immaturity X-Git-Tag: v2.3.0-rc2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323;p=thirdparty%2Fqemu.git block: Document blockdev-add's immaturity Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Message-id: 1426858337-21423-1-git-send-email-armbru@redhat.com Signed-off-by: Stefan Hajnoczi --- diff --git a/qapi/block-core.json b/qapi/block-core.json index f525b04355e..78730846c24 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1721,6 +1721,10 @@ # # 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 diff --git a/qmp-commands.hx b/qmp-commands.hx index 7f6876077b6..3a42ad0bffe 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -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