]> Git Repo - qemu.git/commit
vga-pci: add qext region to mmio
authorGerd Hoffmann <[email protected]>
Tue, 23 Sep 2014 10:45:56 +0000 (12:45 +0200)
committerGerd Hoffmann <[email protected]>
Wed, 15 Oct 2014 09:08:35 +0000 (11:08 +0200)
commitb5682aa4ca790dbcce16de6dc991c72bc298019a
treead12a987ca308ceced6296b0a4583927746d2bcd
parentb1d28ec6a7dbdaadda39d29322f0de694aeb0b74
vga-pci: add qext region to mmio

Add a qemu extented register range to the standard vga mmio bar.
Right nowe there are two registers:  One readonly register returning the
size of the region (so we can easily add more registers there if needed)
and one endian control register, so guests (especially ppc) can flip
the framebuffer endianness as they need it.

Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: David Gibson <[email protected]>
docs/specs/standard-vga.txt
hw/display/vga-pci.c
include/hw/i386/pc.h
This page took 0.025949 seconds and 4 git commands to generate.