From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S117d-0004ev-HN for qemu-devel@nongnu.org; Fri, 24 Feb 2012 14:48:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S117c-0005Gd-CQ for qemu-devel@nongnu.org; Fri, 24 Feb 2012 14:48:05 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:58981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S117c-0005Dp-6I for qemu-devel@nongnu.org; Fri, 24 Feb 2012 14:48:04 -0500 Received: by mail-pw0-f45.google.com with SMTP id ro12so3569294pbb.4 for ; Fri, 24 Feb 2012 11:48:03 -0800 (PST) Message-ID: <4F47E970.6000809@codemonkey.ws> Date: Fri, 24 Feb 2012 13:48:00 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1330083825-30550-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1330083825-30550-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] screendump fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: alevy@redhat.com, qemu-devel@nongnu.org On 02/24/2012 05:43 AM, Gerd Hoffmann wrote: > Hi, > > Next round, this time covering all screen dump implementations. Applied. THanks. Regards, Anthony Liguori > > cheers, > Gerd > > Gerd Hoffmann (3): > vga: simplify screendump > Remove screendump dummy functions. > optimize screendump for the common non-switch case > > console.c | 12 +++++++++--- > console.h | 2 +- > hw/blizzard.c | 8 ++++++-- > hw/g364fb.c | 2 +- > hw/jazz_led.c | 7 +------ > hw/omap_lcdc.c | 7 +++++-- > hw/pxa2xx_lcd.c | 7 +------ > hw/qxl.c | 4 ++-- > hw/tcx.c | 8 ++++---- > hw/vga.c | 46 +++++++--------------------------------------- > hw/vmware_vga.c | 4 ++-- > 11 files changed, 39 insertions(+), 68 deletions(-) > > >