qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] vga: add mmio bar
@ 2012-09-27  7:47 Gerd Hoffmann
  2012-09-27  7:47 ` [Qemu-devel] [PATCH 1/3] vga: add mmio bar to standard vga Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2012-09-27  7:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: 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.

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

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

end of thread, other threads:[~2012-10-15  6:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27  7:47 [Qemu-devel] [PATCH 0/3] vga: add mmio bar Gerd Hoffmann
2012-09-27  7:47 ` [Qemu-devel] [PATCH 1/3] vga: add mmio bar to standard vga Gerd Hoffmann
2012-09-27  7:47 ` [Qemu-devel] [PATCH 2/3] vga: add specs for " Gerd Hoffmann
2012-09-27  7:47 ` [Qemu-devel] [PATCH 3/3] vga: remove CONFIG_BOCHS_VBE Gerd Hoffmann
2012-10-11 11:43 ` [Qemu-devel] [PATCH 0/3] vga: add mmio bar Gerd Hoffmann
2012-10-13 14:27   ` Blue Swirl
2012-10-15  6:04     ` Gerd Hoffmann

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).