From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVqb-0005d0-HV for qemu-devel@nongnu.org; Thu, 06 Jun 2013 04:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVqa-0008M5-Gz for qemu-devel@nongnu.org; Thu, 06 Jun 2013 04:47:05 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:35551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVqZ-0008L4-PJ for qemu-devel@nongnu.org; Thu, 06 Jun 2013 04:47:04 -0400 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Jun 2013 18:41:03 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 5D3DC2CE804D for ; Thu, 6 Jun 2013 18:46:48 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r568WKw821954562 for ; Thu, 6 Jun 2013 18:32:21 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r568kkCw019106 for ; Thu, 6 Jun 2013 18:46:46 +1000 Message-ID: <51B04BF8.6010102@linux.vnet.ibm.com> Date: Thu, 06 Jun 2013 16:44:40 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1370492881-12410-1-git-send-email-xiawenc@linux.vnet.ibm.com> <20130606064207.GA9739@localhost.nay.redhat.com> In-Reply-To: <20130606064207.GA9739@localhost.nay.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V15 0/5] enhancement for qmp/hmp interfaces of block info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kwolf@redhat.com, armbru@redhat.com, lcapitulino@redhat.com, stefanha@redhat.com, pbonzini@redhat.com 于 2013-6-6 14:42, Fam Zheng 写道: > On Thu, 06/06 12:27, Wenchao Xia wrote: >> This series lets qmp interface show delaied info, including internal snapshot > Typo? s/delaied/detailed/ yep, it should be detailed, mistype. >> /backing chain on all block device at runtime, which helps management stack and >> human user, by retrieving exactly the same info of what qemu sees. >> >> Example: >> -> { "execute": "query-block" } > > Fam > -- Best Regards Wenchao Xia