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