From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWPFZ-0005jM-7j for qemu-devel@nongnu.org; Tue, 23 Sep 2014 08:31:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWPFT-00078c-4D for qemu-devel@nongnu.org; Tue, 23 Sep 2014 08:31:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWPFS-00077x-T6 for qemu-devel@nongnu.org; Tue, 23 Sep 2014 08:31:15 -0400 From: Gerd Hoffmann Date: Tue, 23 Sep 2014 14:30:54 +0200 Message-Id: <1411475457-10942-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] vga: add endianness switching support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , David Gibson Hi, Series applies on top of the vga patches posted yesterday. It adds a mmio register to the pci stdvga cards allowing to switch framebuffer endiannness. Ben's patches 1+2 prepare for runtime-swicthable endianness and patch #3 actually implements the new register. It has been placed in a new range to avoid conflicts in case the bochs dispi interface will be extended in the future. The separate range also makes it easier to turn off on old machine types. please review, Gerd Benjamin Herrenschmidt (2): vga: Make fb endian a common state variable vga: Add endian control register Gerd Hoffmann (1): vga-pci: add qext region to mmio docs/specs/standard-vga.txt | 9 ++++++ hw/display/vga-pci.c | 68 +++++++++++++++++++++++++++++++++++++++++++++ hw/display/vga.c | 67 ++++++++++++++++++++++++++++++++++---------- hw/display/vga_int.h | 3 ++ include/hw/i386/pc.h | 8 ++++++ 5 files changed, 141 insertions(+), 14 deletions(-) -- 1.8.3.1