]> Git Repo - qemu.git/commitdiff
ppc/newworld: use the new pci_vga_init() function
authorAurelien Jarno <[email protected]>
Sat, 8 Sep 2012 10:19:38 +0000 (12:19 +0200)
committerAurelien Jarno <[email protected]>
Sat, 6 Oct 2012 16:48:38 +0000 (18:48 +0200)
As a bonus it allows new vga card types (including none).

Cc: Alexander Graf <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
hw/ppc_newworld.c

index 84af948f5a449eca984c0787691bc1daa5664186..b8d3c9c988140ec552d636fcd013b2a99a2cf7d2 100644 (file)
@@ -67,7 +67,6 @@
 #include "hw/usb.h"
 #include "blockdev.h"
 #include "exec-memory.h"
-#include "vga-pci.h"
 
 #define MAX_IDE_BUS 2
 #define CFG_ADDR 0xf0000510
@@ -330,7 +329,7 @@ static void ppc_core99_init (ram_addr_t ram_size,
         machine_arch = ARCH_MAC99;
     }
     /* init basic PC hardware */
-    pci_std_vga_init(pci_bus);
+    pci_vga_init(pci_bus);
 
     escc_mem = escc_init(0, pic[0x25], pic[0x24],
                          serial_hds[0], serial_hds[1], ESCC_CLOCK, 4);
This page took 0.029033 seconds and 4 git commands to generate.