qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar
@ 2012-10-15  6:02 Gerd Hoffmann
  2012-10-15  6:02 ` [Qemu-devel] [PATCH v2 1/4] vga: fix indention Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2012-10-15  6:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel, Gerd Hoffmann

  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-20  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15  6:02 [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar Gerd Hoffmann
2012-10-15  6:02 ` [Qemu-devel] [PATCH v2 1/4] vga: fix indention Gerd Hoffmann
2012-10-15  6:02 ` [Qemu-devel] [PATCH v2 2/4] vga: add mmio bar to standard vga Gerd Hoffmann
2012-10-15  6:02 ` [Qemu-devel] [PATCH v2 3/4] vga: add specs for " Gerd Hoffmann
2012-10-15  6:02 ` [Qemu-devel] [PATCH v2 4/4] vga: remove CONFIG_BOCHS_VBE Gerd Hoffmann
2012-10-20  8:46 ` [Qemu-devel] [PATCH v2 0/4] vga: add mmio bar Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).