qemu-devel
[Top][All Lists]
Advanced

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

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


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar
Date: Mon, 15 Oct 2012 08:02:53 +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.

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




reply via email to

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