From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S110T-0000o8-Nk for qemu-devel@nongnu.org; Fri, 24 Feb 2012 14:40:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S110S-0004Kj-Kr for qemu-devel@nongnu.org; Fri, 24 Feb 2012 14:40:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S110S-0004Ke-DL for qemu-devel@nongnu.org; Fri, 24 Feb 2012 14:40:40 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1OJedd1011769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 14:40:39 -0500 Date: Fri, 24 Feb 2012 21:40:33 +0200 From: Alon Levy Message-ID: <20120224194033.GR31880@garlic.redhat.com> References: <1330083825-30550-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1330083825-30550-1-git-send-email-kraxel@redhat.com> 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: qemu-devel@nongnu.org On Fri, Feb 24, 2012 at 12:43:42PM +0100, Gerd Hoffmann wrote: > Hi, > > Next round, this time covering all screen dump implementations. > Reviewed-by: Alon Levy Also compiled-by :) > 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(-) >