From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0o9B-0006eG-M1 for qemu-devel@nongnu.org; Tue, 16 Dec 2014 04:10:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0o96-0008UC-92 for qemu-devel@nongnu.org; Tue, 16 Dec 2014 04:10:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0o96-0008Tx-1n for qemu-devel@nongnu.org; Tue, 16 Dec 2014 04:10:20 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBG9AItT003221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Dec 2014 04:10:18 -0500 Message-ID: <548FF6F8.6080602@redhat.com> Date: Tue, 16 Dec 2014 10:10:16 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418694024-26498-1-git-send-email-famz@redhat.com> In-Reply-To: <1418694024-26498-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qapi: Fix document for BlockStats.node-name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2014-12-16 at 02:40, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > 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. > # Thanks, applied to my block tree: https://github.com/XanClic/qemu/commits/block