From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxEuA-0002xK-5R for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:24:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxEtw-0005y0-Bh for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:23:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxEtw-0005wj-1f for qemu-devel@nongnu.org; Wed, 18 Jun 2014 08:23:40 -0400 From: Gerd Hoffmann Date: Wed, 18 Jun 2014 14:23:24 +0200 Message-Id: <1403094208-26235-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] console: more pixman conversion work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series makes the console core code stop using the qemu PixelFormat. We use pixman format codes everywhere instead. It is a preparation for making use of pixman in display device emulation. qemu behavior should not change with this patch series. please review and test, Gerd Gerd Hoffmann (4): console: add qemu_pixelformat_from_pixman console: add qemu_default_pixman_format console: reimplement qemu_default_pixelformat console: stop using PixelFormat hw/display/qxl-render.c | 7 ++- hw/display/vga.c | 12 ++-- hw/display/vmware_vga.c | 6 +- include/ui/console.h | 14 ++--- include/ui/qemu-pixman.h | 2 + trace-events | 2 +- ui/console.c | 150 +++++------------------------------------------ ui/qemu-pixman.c | 80 +++++++++++++++++++++++++ ui/sdl.c | 5 +- 9 files changed, 123 insertions(+), 155 deletions(-) -- 1.8.3.1