From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjP4q-0002ez-Rn for qemu-devel@nongnu.org; Wed, 29 Oct 2014 04:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjP4k-0002T9-Na for qemu-devel@nongnu.org; Wed, 29 Oct 2014 04:58:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjP4k-0002T4-G3 for qemu-devel@nongnu.org; Wed, 29 Oct 2014 04:57:54 -0400 Message-ID: <5450AC0C.4000100@redhat.com> Date: Wed, 29 Oct 2014 09:57:48 +0100 From: Max Reitz MIME-Version: 1.0 References: <1414559044-14501-1-git-send-email-famz@redhat.com> <1414559044-14501-4-git-send-email-famz@redhat.com> In-Reply-To: <1414559044-14501-4-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 3/4] block: Include "node-name" if present in query-blockstats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Benoit Canet , Markus Armbruster , Luiz Capitulino , Stefan Hajnoczi On 2014-10-29 at 06:04, Fam Zheng wrote: > Node name is a better identifier of BDS. > > We will want to query statistics of a BDS node buried in the BDS graph, > so reporting the node's name if there is one will do the good. > > Signed-off-by: Fam Zheng > --- > block/qapi.c | 5 +++++ > qapi/block-core.json | 5 ++++- > 2 files changed, 9 insertions(+), 1 deletion(-) Reviewed-by: Max Reitz