[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] vga: add endianness switching support
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 0/3] vga: add endianness switching support |
Date: |
Tue, 23 Sep 2014 14:30:54 +0200 |
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
- [Qemu-devel] [PATCH 0/3] vga: add endianness switching support,
Gerd Hoffmann <=