From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkTti-0005aT-VI for qemu-devel@nongnu.org; Thu, 06 Jun 2013 02:42:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkTtg-0000xp-SM for qemu-devel@nongnu.org; Thu, 06 Jun 2013 02:42:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkTtg-0000xd-K7 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 02:42:08 -0400 Date: Thu, 6 Jun 2013 14:42:07 +0800 From: Fam Zheng Message-ID: <20130606064207.GA9739@localhost.nay.redhat.com> References: <1370492881-12410-1-git-send-email-xiawenc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1370492881-12410-1-git-send-email-xiawenc@linux.vnet.ibm.com> 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: Wenchao Xia Cc: kwolf@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, stefanha@redhat.com, pbonzini@redhat.com On Thu, 06/06 12:27, Wenchao Xia wrote: > This series lets qmp interface show delaied info, including internal snapshot Typo? s/delaied/detailed/ > /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