diff mbox series

[PULL,6/6] ati-vga: switch to vgabios-ati.bin

Message ID 20190628103957.9504-7-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,1/6] i2c: Move bitbang_i2c.h to include/hw/i2c/ | expand

Commit Message

Gerd Hoffmann June 28, 2019, 10:39 a.m. UTC
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-id: 20190620151104.2678-4-kraxel@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/ati.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bruce Rogers July 2, 2019, 4:20 p.m. UTC | #1
On Fri, 2019-06-28 at 12:39 +0200, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
> Message-id: 20190620151104.2678-4-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 e1bde5e0b1e3..0cb117384839 100644
> --- a/hw/display/ati.c
> +++ b/hw/display/ati.c
> @@ -910,7 +910,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;
>  }

I don't see vgabios-ati.bin getting installed as one of the installed
blobs. Is that intentional for some reason?

Bruce
diff mbox series

Patch

diff --git a/hw/display/ati.c b/hw/display/ati.c
index e1bde5e0b1e3..0cb117384839 100644
--- a/hw/display/ati.c
+++ b/hw/display/ati.c
@@ -910,7 +910,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;
 }