Revision 5245d57a hw/cirrus_vga.c

b/hw/cirrus_vga.c
32 32
#include "console.h"
33 33
#include "vga_int.h"
34 34
#include "kvm.h"
35
#include "loader.h"
35 36

  
36 37
/*
37 38
 * TODO:
......
3162 3163
                                     s->vga.screen_dump, s->vga.text_update,
3163 3164
                                     &s->vga);
3164 3165
    vmstate_register(0, &vmstate_cirrus_vga, s);
3166
    rom_add_vga(VGABIOS_CIRRUS_FILENAME);
3165 3167
    /* XXX ISA-LFB support */
3166 3168
}
3167 3169

  
......
3245 3247
                          PCI_ADDRESS_SPACE_MEM, cirrus_pci_mmio_map);
3246 3248
     }
3247 3249
     vmstate_register(0, &vmstate_pci_cirrus_vga, d);
3248
     /* XXX: ROM BIOS */
3250

  
3251
     /* ROM BIOS */
3252
     rom_add_vga(VGABIOS_CIRRUS_FILENAME);
3249 3253
     return 0;
3250 3254
}
3251 3255

  

Also available in: Unified diff