Revision 3023f332 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
108 108
}
109 109

  
110 110
static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size,
111
                               const char *boot_device, DisplayState *ds,
111
                               const char *boot_device,
112 112
                               const char *kernel_filename,
113 113
                               const char *kernel_cmdline,
114 114
                               const char *initrd_filename,
......
297 297
    }
298 298
    pic = heathrow_pic_init(&pic_mem_index, 1, heathrow_irqs);
299 299
    pci_bus = pci_grackle_init(0xfec00000, pic);
300
    pci_vga_init(pci_bus, ds, phys_ram_base + vga_ram_offset,
300
    pci_vga_init(pci_bus, phys_ram_base + vga_ram_offset,
301 301
                 vga_ram_offset, vga_ram_size,
302 302
                 vga_bios_offset, vga_bios_size);
303 303

  

Also available in: Unified diff