qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [VGABIOS PATCH 0/6] make vgabios usable as pcibios
@ 2010-08-19 10:45 Gerd Hoffmann
  2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 1/6] Makefile cleanup Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2010-08-19 10:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series creates vgabios versions for all qemu vga cards
(including the upcoming qxl graphics card).  The only difference between
the various vgabios binaries (except cirrus) are the PCI IDs.

The PCI IDs are used to build a proper pci option rom header, so seabios
will happily load the bios from the pci option rom bar.  Today only
cirrus works this way, with these patches applied stdvga and vmware can
be switched over too.

The PCI IDs are also used to lookup the address of the framebuffer in
the pci config space.  This is the first step to get rid of the magic
bochs lfb @ 0xe0000000 for all vga cards except isa-vga.

The patches are also available in the git repository at:
  git://anongit.freedesktop.org/~kraxel/vgabios pcibios

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

 Makefile  |  102 +++++++++++++++++++++++++++++++++++-------------------------
 vbe.c     |    6 +++-
 vgabios.c |   28 +++++++++++-----
 3 files changed, 83 insertions(+), 53 deletions(-)

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

end of thread, other threads:[~2010-08-19 10:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19 10:45 [Qemu-devel] [VGABIOS PATCH 0/6] make vgabios usable as pcibios Gerd Hoffmann
2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 1/6] Makefile cleanup Gerd Hoffmann
2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 2/6] Add defines for PCI IDs Gerd Hoffmann
2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 3/6] Add qemu stdvga pci bios Gerd Hoffmann
2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 4/6] update pci_get_lfb_addr for vmware vga Gerd Hoffmann
2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 5/6] Add qemu vmware vga pci bios Gerd Hoffmann
2010-08-19 10:45 ` [Qemu-devel] [VGABIOS PATCH 6/6] Add qemu qxl " 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).