diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-03-20 14:32:17 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-03-27 10:01:12 +0000 |
commit | da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323 (patch) | |
tree | 8d3e2a4e2f0af91982f0658fab4fb7b416e29feb /qapi | |
parent | 61815d6e0aa1a549ad55f6621b6816aa6b1ab757 (diff) | |
download | qemu-da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323.tar.gz qemu-da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323.tar.bz2 qemu-da2cf4e80355e42fbaeb8bcfa2b07f5bceddd323.zip |
block: Document blockdev-add's immaturity
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1426858337-21423-1-git-send-email-armbru@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index f525b04355..78730846c2 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 |