Skip to content

Commit

Permalink
block: Document blockdev-add's immaturity
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Armbruster authored and stefanhaRH committed Mar 27, 2015
1 parent 61815d6 commit da2cf4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qapi/block-core.json
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions qmp-commands.hx
Expand Up @@ -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
Expand Down

0 comments on commit da2cf4e

Please sign in to comment.