From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4bXk-0005Vd-9E for qemu-devel@nongnu.org; Mon, 05 Mar 2012 12:17:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4bXf-0006PF-FX for qemu-devel@nongnu.org; Mon, 05 Mar 2012 12:17:51 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:50441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4bXf-0006Op-8h for qemu-devel@nongnu.org; Mon, 05 Mar 2012 12:17:47 -0500 Received: by pbcuo5 with SMTP id uo5so4594291pbc.4 for ; Mon, 05 Mar 2012 09:17:45 -0800 (PST) Message-ID: <4F54F535.2000009@codemonkey.ws> Date: Mon, 05 Mar 2012 11:17:41 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4F54CEA2.10808@codemonkey.ws> <1330962989-20077-1-git-send-email-alevy@redhat.com> In-Reply-To: <1330962989-20077-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] screendump async command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: lcapitulino@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On 03/05/2012 09:56 AM, Alon Levy wrote: > v2->v3: > pass a closure to hw_screen_dump_async > > Alon Levy (3): > monitor, console: add QEVENT_SCREEN_DUMP_COMPLETE > console: add hw_screen_dump_async > add qmp screendump-async Reviewed-by: Anthony Liguori Regards, Anthony Liguori > > QMP/qmp-events.txt | 15 +++++++++++ > console.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++- > console.h | 9 +++++++ > hw/blizzard.c | 2 +- > hw/cirrus_vga.c | 4 +- > hw/exynos4210_fimd.c | 3 +- > hw/g364fb.c | 2 +- > hw/jazz_led.c | 3 +- > hw/milkymist-vgafb.c | 2 +- > hw/musicpal.c | 2 +- > hw/omap_dss.c | 4 ++- > hw/omap_lcdc.c | 2 +- > hw/pl110.c | 2 +- > hw/pxa2xx_lcd.c | 2 +- > hw/qxl.c | 3 +- > hw/sm501.c | 4 +- > hw/ssd0303.c | 2 +- > hw/ssd0323.c | 2 +- > hw/tc6393xb.c | 1 + > hw/tcx.c | 4 +- > hw/vga-isa-mm.c | 3 +- > hw/vga-isa.c | 3 +- > hw/vga-pci.c | 3 +- > hw/vga_int.h | 1 + > hw/vmware_vga.c | 3 +- > hw/xenfb.c | 2 + > monitor.c | 7 +++++ > monitor.h | 1 + > qapi-schema.json | 20 +++++++++++++++ > qmp-commands.hx | 26 +++++++++++++++++++ > 30 files changed, 178 insertions(+), 25 deletions(-) >