From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1qA-0000iX-As for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB1q3-000640-N8 for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1q3-00063m-GK for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:48:55 -0500 From: Stefan Hajnoczi Date: Tue, 13 Jan 2015 13:47:50 +0000 Message-Id: <1421156896-11599-13-git-send-email-stefanha@redhat.com> In-Reply-To: <1421156896-11599-1-git-send-email-stefanha@redhat.com> References: <1421156896-11599-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL v3 12/38] qapi: Fix document for BlockStats.node-name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Fam Zheng , Max Reitz From: Fam Zheng Signed-off-by: Fam Zheng Reviewed-by: Eric Blake Message-id: 1418694024-26498-1-git-send-email-famz@redhat.com Signed-off-by: Max Reitz --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index 6e8db15..2d8bd25 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -423,7 +423,7 @@ # @device: #optional If the stats are for a virtual block device, the name # corresponding to the virtual block device. # -# @device: #optional The node name of the device. (Since 2.3) +# @node-name: #optional The node name of the device. (Since 2.3) # # @stats: A @BlockDeviceStats for the device. # -- 2.1.0