From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB3sy-0005eG-8T for qemu-devel@nongnu.org; Mon, 10 Sep 2012 09:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TB3ss-0000is-8w for qemu-devel@nongnu.org; Mon, 10 Sep 2012 09:18:44 -0400 Received: from hall.aurel32.net ([88.191.126.93]:33477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB3ss-0000in-30 for qemu-devel@nongnu.org; Mon, 10 Sep 2012 09:18:38 -0400 Date: Mon, 10 Sep 2012 15:18:28 +0200 From: Aurelien Jarno Message-ID: <20120910131828.GW6791@ohm.aurel32.net> References: <1346871526-25342-1-git-send-email-lcapitulino@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1346871526-25342-1-git-send-email-lcapitulino@redhat.com> Subject: Re: [Qemu-devel] [PULL 00/19]: QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On Wed, Sep 05, 2012 at 03:58:27PM -0300, Luiz Capitulino wrote: > Let's get the ball rolling for QMP in 1.3 :) > > This pull request contains the send-key command conversion, screendump qapi > conversion and a few fixes. > > The changes (since f45ddd14209a4d1b95a4096d50a561b7f6270118) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > > Amos Kong (7): > fix doc of using raw values with sendkey > monitor: rename keyname '<' to 'less' > hmp: rename arguments > qapi: generate list struct and visit_list for enum > qapi: add the QKeyCode enum > monitor: move key_defs[] table and introduce two help functions > qapi: convert sendkey > > Daniel P. Berrange (1): > Add support for pretty-printing response in qmp-shell > > Luiz Capitulino (9): > error: add error_setg() > console: vga_hw_screen_dump_ptr: take Error argument > qapi: convert screendump > vga: ppm_save(): add error handling > omap_lcdc: rename ppm_save() to omap_ppm_save() > omap_lcdc: omap_ppm_save(): add error handling > g364fb: g364fb_screen_dump(): add error handling > tcx: tcx24_screen_dump(): add error handling > tcx: tcx_screen_dump(): add error handling > > Stefan Weil (2): > qapi: Fix potential NULL pointer segfault > json-parser: Fix potential NULL pointer segfault > > QMP/qmp-shell | 46 ++++++--- > console.c | 7 +- > console.h | 10 +- > error.h | 6 ++ > hmp-commands.hx | 13 ++- > hmp.c | 64 +++++++++++++ > hmp.h | 2 + > hw/blizzard.c | 4 +- > hw/g364fb.c | 55 ++++++++--- > hw/omap_lcdc.c | 66 +++++++++---- > hw/qxl.c | 7 +- > hw/tcx.c | 97 +++++++++++++++---- > hw/vga.c | 38 ++++++-- > hw/vga_int.h | 3 +- > hw/vmware_vga.c | 7 +- > input.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++ > monitor.c | 251 +------------------------------------------------- > qapi-schema.json | 59 ++++++++++++ > qmp-commands.hx | 33 ++++++- > qobject.h | 2 +- > scripts/qapi-types.py | 16 +++- > scripts/qapi-visit.py | 16 +++- > 22 files changed, 704 insertions(+), 349 deletions(-) > Thanks, pulled. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net