From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYx2K-0000Ue-7k for qemu-devel@nongnu.org; Fri, 20 Mar 2015 09:32:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYx2J-0000S1-6a for qemu-devel@nongnu.org; Fri, 20 Mar 2015 09:32:28 -0400 From: Markus Armbruster Date: Fri, 20 Mar 2015 14:32:17 +0100 Message-Id: <1426858337-21423-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH] block: Document blockdev-add's immaturity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, qemu-block@nongnu.org Signed-off-by: Markus Armbruster --- qapi/block-core.json | 4 ++++ qmp-commands.hx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/qapi/block-core.json b/qapi/block-core.json index f525b04..7873084 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 7f68760..3a42ad0 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 -- 1.9.3