Hi, This patch series adds a mmio bar to the standard vga. It also drops a file into docs/specs/ describing the mmio bar and the other properties of the qemu standard vga and does a little cleanup by removing CONFIG_BOCHS_VBE.
v2: - rebase to latest master and resolve conflicts. - add patch which fixes indention to fix the "WARNING: suspect code indent" checkpatch warning. cheers, Gerd Gerd Hoffmann (4): vga: fix indention vga: add mmio bar to standard vga vga: add specs for standard vga vga: remove CONFIG_BOCHS_VBE docs/specs/standard-vga.txt | 64 ++++++++++++++++++++ hw/pc_piix.c | 4 + hw/vga-isa.c | 2 + hw/vga-pci.c | 138 ++++++++++++++++++++++++++++++++++++++---- hw/vga.c | 40 +++---------- hw/vga_int.h | 30 ++++------ 6 files changed, 213 insertions(+), 65 deletions(-) create mode 100644 docs/specs/standard-vga.txt
