qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 3/3] ati-vga: switch to vgabios-ati.bin
Date: Thu, 20 Jun 2019 17:11:04 +0200	[thread overview]
Message-ID: <20190620151104.2678-4-kraxel@redhat.com> (raw)
In-Reply-To: <20190620151104.2678-1-kraxel@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/ati.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/ati.c b/hw/display/ati.c
index 61e351a0248d..6fbdda288f07 100644
--- a/hw/display/ati.c
+++ b/hw/display/ati.c
@@ -893,7 +893,7 @@ static void ati_vga_class_init(ObjectClass *klass, void *data)
     k->class_id = PCI_CLASS_DISPLAY_VGA;
     k->vendor_id = PCI_VENDOR_ID_ATI;
     k->device_id = PCI_DEVICE_ID_ATI_RAGE128_PF;
-    k->romfile = "vgabios-stdvga.bin";
+    k->romfile = "vgabios-ati.bin";
     k->realize = ati_vga_realize;
     k->exit = ati_vga_exit;
 }
-- 
2.18.1



  parent reply	other threads:[~2019-06-20 15:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20 15:11 [Qemu-devel] [PATCH 0/3] add ati vgabios Gerd Hoffmann
2019-06-20 15:11 ` [Qemu-devel] [PATCH 1/3] seabios: add config for " Gerd Hoffmann
2019-06-20 15:11 ` [Qemu-devel] [PATCH 2/3] seabios: add ati vgabios binary Gerd Hoffmann
2019-06-20 15:11 ` Gerd Hoffmann [this message]
2019-06-20 19:53 ` [Qemu-devel] [PATCH 0/3] add ati vgabios BALATON Zoltan

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=20190620151104.2678-4-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).