Revision 3e20ad3a

b/hw/ppc_oldworld.c
43 43
#include "kvm_ppc.h"
44 44
#include "blockdev.h"
45 45
#include "exec-memory.h"
46
#include "vga-pci.h"
47 46

  
48 47
#define MAX_IDE_BUS 2
49 48
#define CFG_ADDR 0xf0000510
......
250 249
    pci_bus = pci_grackle_init(0xfec00000, pic,
251 250
                               get_system_memory(),
252 251
                               get_system_io());
253
    pci_std_vga_init(pci_bus);
252
    pci_vga_init(pci_bus);
254 253

  
255 254
    escc_mem = escc_init(0, pic[0x0f], pic[0x10], serial_hds[0],
256 255
                               serial_hds[1], ESCC_CLOCK, 4);

Also available in: Unified diff