From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxKxK-0006B7-JZ for qemu-devel@nongnu.org; Fri, 03 Aug 2012 12:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxKxJ-0002RV-Di for qemu-devel@nongnu.org; Fri, 03 Aug 2012 12:42:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxKxJ-0002RO-5R for qemu-devel@nongnu.org; Fri, 03 Aug 2012 12:42:29 -0400 From: Luiz Capitulino Date: Fri, 3 Aug 2012 13:42:54 -0300 Message-Id: <1344012178-21084-1-git-send-email-lcapitulino@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/4]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org A qapi fix from Markus and a new field to query-block by Benoit. The changes (since 02d2bd5d57812154cfb978bc2098cf49d551583d) are availabl= e in the following repository: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 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(-)