From patchwork Fri Mar 27 10:20:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 455373 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A98A114008F for ; Fri, 27 Mar 2015 21:23:39 +1100 (AEDT) Received: from localhost ([::1]:49317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbRQP-00029V-RI for incoming@patchwork.ozlabs.org; Fri, 27 Mar 2015 06:23:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbRNs-0005uU-J2 for qemu-devel@nongnu.org; Fri, 27 Mar 2015 06:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbRNr-0003Rs-Ln for qemu-devel@nongnu.org; Fri, 27 Mar 2015 06:21:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbRNr-0003Rl-Gd for qemu-devel@nongnu.org; Fri, 27 Mar 2015 06:20:59 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 284B64B; Fri, 27 Mar 2015 10:20:59 +0000 (UTC) Received: from localhost (ovpn-112-58.ams2.redhat.com [10.36.112.58]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2RAKvc3016404; Fri, 27 Mar 2015 06:20:58 -0400 From: Stefan Hajnoczi To: Date: Fri, 27 Mar 2015 10:20:48 +0000 Message-Id: <1427451648-29128-5-git-send-email-stefanha@redhat.com> In-Reply-To: <1427451648-29128-1-git-send-email-stefanha@redhat.com> References: <1427451648-29128-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Peter Maydell , Markus Armbruster , Stefan Hajnoczi Subject: [Qemu-devel] [PULL for-2.3 4/4] block: Document blockdev-add's immaturity X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Markus Armbruster 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 --- 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