qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [VGABIOS PATCH 00/11] vgabios update
@ 2010-09-21 17:07 Gerd Hoffmann
  2010-09-21 17:07 ` [Qemu-devel] [VGABIOS PATCH 01/11] - use VBE LFB address from PCI base address if present (rewrite of the cirrus specific function in main vgabios code) - removed unnecessary spaces Gerd Hoffmann
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Gerd Hoffmann @ 2010-09-21 17:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series updates the vgabios.  The first five patches are taken
from the vgabios cvs and update the vgabios.git tree @ qemu.org to
vgabios release 0.6c.  As this update depends on a newer bochs API it
fully works on qemu 0.13 and master only.  When using this vgabios
version on qemu 0.12 vesa bios support will break.

The last six patches cleanup the build system a bit, add a proper
PCIROM header so seabios will happily load the roms from the PCI option
rom bar and add vgabios binaries for all current and the upcoming qxl
vga device.

cheers,
  Gerd

Gerd Hoffmann (6):
  Makefile cleanup
  Add defines for PCI IDs.
  Add qemu stdvga pci bios
  update pci_get_lfb_addr for vmware vga
  Add qemu vmware vga pci bios
  Add qemu qxl vga pci bios

Volker Ruppert (5):
  - use VBE LFB address from PCI base address if present (rewrite of
    the cirrus specific function in main vgabios code) - removed
    unnecessary spaces
  - added support for a lot more non-standard VBE modes (e.g.
    widescreen modes) - requires latest Bochs VBE code (16 MB video
    memory, VBE_DISPI_ID5, VRAM size in 64k pages stored in VBE
    register) - check if VBE mode is supported with current VRAM size
  - preparing for release 0.6c
  - biosfn_write_teletype: fixed attribute when scrolling in text mode
  - updates for release 0.6c

 ChangeLog       |   47 +++++++++++++++++++++++++
 Makefile        |  102 ++++++++++++++++++++++++++++++++-----------------------
 README          |    7 ++++
 clext.c         |   51 +--------------------------
 vbe.c           |   94 ++++++++++++++++++++++++++++++++-------------------
 vbe.h           |   70 +++++++++++++++++++------------------
 vbetables-gen.c |   43 +++++++++++++++++------
 vgabios.c       |   74 ++++++++++++++++++++++++++++++++++++++-
 8 files changed, 314 insertions(+), 174 deletions(-)

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

end of thread, other threads:[~2010-11-02 14:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 17:07 [Qemu-devel] [VGABIOS PATCH 00/11] vgabios update Gerd Hoffmann
2010-09-21 17:07 ` [Qemu-devel] [VGABIOS PATCH 01/11] - use VBE LFB address from PCI base address if present (rewrite of the cirrus specific function in main vgabios code) - removed unnecessary spaces Gerd Hoffmann
2010-09-21 17:07 ` [Qemu-devel] [VGABIOS PATCH 02/11] - added support for a lot more non-standard VBE modes (e.g. widescreen modes) - requires latest Bochs VBE code (16 MB video memory, VBE_DISPI_ID5, VRAM size in 64k pages stored in VBE register) - check if VBE mode is supported with current VRAM size Gerd Hoffmann
2010-09-21 17:07 ` [Qemu-devel] [VGABIOS PATCH 03/11] - preparing for release 0.6c Gerd Hoffmann
2010-09-21 17:07 ` [Qemu-devel] [VGABIOS PATCH 04/11] - biosfn_write_teletype: fixed attribute when scrolling in text mode Gerd Hoffmann
2010-09-21 17:07 ` [Qemu-devel] [VGABIOS PATCH 05/11] - updates for release 0.6c Gerd Hoffmann
2010-09-21 17:08 ` [Qemu-devel] [VGABIOS PATCH 06/11] Makefile cleanup Gerd Hoffmann
2010-09-21 17:08 ` [Qemu-devel] [VGABIOS PATCH 07/11] Add defines for PCI IDs Gerd Hoffmann
2010-09-21 17:08 ` [Qemu-devel] [VGABIOS PATCH 08/11] Add qemu stdvga pci bios Gerd Hoffmann
2010-09-21 17:08 ` [Qemu-devel] [VGABIOS PATCH 09/11] update pci_get_lfb_addr for vmware vga Gerd Hoffmann
2010-09-21 17:08 ` [Qemu-devel] [VGABIOS PATCH 10/11] Add qemu vmware vga pci bios Gerd Hoffmann
2010-09-21 17:08 ` [Qemu-devel] [VGABIOS PATCH 11/11] Add qemu qxl " Gerd Hoffmann
2010-11-01 16:02 ` [Qemu-devel] Re: [VGABIOS PATCH 00/11] vgabios update Gerd Hoffmann
2010-11-01 18:00   ` Anthony Liguori
2010-11-02  8:24     ` 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).