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.

cheers,
  Gerd

Gerd Hoffmann (3):
  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                |  110 +++++++++++++++++++++++++++++++++++++++++++
 hw/vga.c                    |   40 +++------------
 hw/vga_int.h                |   30 ++++-------
 6 files changed, 199 insertions(+), 51 deletions(-)
 create mode 100644 docs/specs/standard-vga.txt


Reply via email to