From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6eof-0006XL-Kp for qemu-devel@nongnu.org; Fri, 24 Jan 2014 06:20:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6eoZ-0005xc-Mo for qemu-devel@nongnu.org; Fri, 24 Jan 2014 06:20:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6eoZ-0005xJ-EP for qemu-devel@nongnu.org; Fri, 24 Jan 2014 06:20:47 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0OBKkJ9010779 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Jan 2014 06:20:46 -0500 Date: Fri, 24 Jan 2014 12:20:43 +0100 From: Kevin Wolf Message-ID: <20140124112043.GC3342@dhcp-200-207.str.redhat.com> References: <1390442606-31320-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390442606-31320-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qapi: Add "backing" to BlockStats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 23.01.2014 um 03:03 hat Fam Zheng geschrieben: > Currently there is no way to query BlockStats of the backing chain. This > adds "backing" field into BlockStats to make it possible. > > The comment of "parent" is reworded. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin