From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx3G-0008Qk-LY for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnx3F-0000t4-4J for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:49:34 -0500 Received: from e38.co.us.ibm.com ([32.97.110.159]:39661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx3E-0000sj-S6 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:49:33 -0500 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jan 2012 11:49:31 -0700 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 9F3F01FF0054 for ; Thu, 19 Jan 2012 11:48:30 -0700 (MST) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0JImKj7174006 for ; Thu, 19 Jan 2012 11:48:25 -0700 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0JIlxF7014149 for ; Thu, 19 Jan 2012 11:47:59 -0700 Message-ID: <4F18655E.3000901@us.ibm.com> Date: Thu, 19 Jan 2012 12:47:58 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326908484-13389-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1326908484-13389-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/14]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 01/18/2012 11:41 AM, Luiz Capitulino wrote: > This pull request contains my QAPI conversions round 4, improvements to > error reporting and a small fix. > > The changes (since 8c4ec5c0269bda18bb777a64b2008088d1c632dc) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Pulled. Thanks. Regards, Anthony Liguori > Anthony Liguori (1): > monitor: expose readline state > > Luiz Capitulino (9): > vnc: Simplify vnc_display_password() > qapi: Convert set_password > qapi: Convert expire_password > block: eject_device(): Use error_set() > qapi: Convert eject > qapi: Introduce change-vnc-password > qerror: Extend QERR_DEVICE_ENCRYPTED > qapi: Convert change > qapi: Convert block_set_io_throttle > > Stefan Hajnoczi (3): > qerror: add check-qerror.sh to verify alphabetical order > qerror: restore alphabetical order over qerrors > block: use proper qerrors in qmp_block_resize > > Stefan Weil (1): > qmp: Add missing gcc format attribute and fix format string > > blockdev.c | 155 ++++++++++++++++++++++------------------ > blockdev.h | 8 +-- > console.h | 3 - > hmp-commands.hx | 15 ++--- > hmp.c | 102 ++++++++++++++++++++++++++ > hmp.h | 5 ++ > monitor.c | 179 +++------------------------------------------- > monitor.h | 5 ++ > qapi-schema.json | 163 +++++++++++++++++++++++++++++++++++++++++- > qerror.c | 91 +++++++++++++----------- > qerror.h | 80 +++++++++++---------- > qmp-commands.hx | 31 +++----- > qmp.c | 148 +++++++++++++++++++++++++++++++++++++- > scripts/check-qerror.sh | 22 ++++++ > test-qmp-input-visitor.c | 7 +- > ui/vnc.c | 14 +--- > 16 files changed, 657 insertions(+), 371 deletions(-) > > >