qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] vga: add mmio bar


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/3] vga: add mmio bar
Date: Thu, 27 Sep 2012 09:47:50 +0200

  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

[Prev in Thread] Current Thread [Next in Thread]