From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOio-0004qG-MK for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxOin-0000q9-Hy for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:43:46 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:37128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOin-0000pz-EY for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:43:45 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Aug 2012 16:43:44 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 9C5F738C803D for ; Fri, 3 Aug 2012 16:43:38 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q73KhcTb27197658 for ; Fri, 3 Aug 2012 16:43:38 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q73KhbNs009946 for ; Fri, 3 Aug 2012 17:43:37 -0300 From: Anthony Liguori In-Reply-To: <1344012178-21084-1-git-send-email-lcapitulino@redhat.com> References: <1344012178-21084-1-git-send-email-lcapitulino@redhat.com> Date: Fri, 03 Aug 2012 15:43:35 -0500 Message-ID: <87628zvh8o.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/4]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org Luiz Capitulino writes: > A qapi fix from Markus and a new field to query-block by Benoit. > > The changes (since 02d2bd5d57812154cfb978bc2098cf49d551583d) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > Pulled. Thanks. Regards, Anthony Liguori > Beno=C3=AEt Canet (3): > block: create bdrv_get_backing_file_depth() > block: Use bdrv_get_backing_file_depth() > hmp: show the backing file depth > > Luiz Capitulino (1): > qapi: qapi.py: allow the "'" character to be escaped > > block.c | 16 ++++++++++++++++ > block.h | 1 + > hmp.c | 2 ++ > qapi-schema.json | 9 ++++++--- > qmp-commands.hx | 2 ++ > scripts/qapi.py | 31 +++++++++++++++++++++---------- > 6 files changed, 48 insertions(+), 13 deletions(-)