From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [VGABIOS PATCH 0/6] make vgabios usable as pcibios
Date: Thu, 19 Aug 2010 12:45:41 +0200 [thread overview]
Message-ID: <1282214747-9190-1-git-send-email-kraxel@redhat.com> (raw)
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(-)
next reply other threads:[~2010-08-19 10:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-19 10:45 Gerd Hoffmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1282214747-9190-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).