aboutsummaryrefslogtreecommitdiff
path: root/hw/mips_malta.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mips_malta.c')
-rw-r--r--hw/mips_malta.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c
index b215cd58a8..54b813bdfe 100644
--- a/hw/mips_malta.c
+++ b/hw/mips_malta.c
@@ -719,6 +719,10 @@ void mips_malta_init (int ram_size, int vga_ram_size, int boot_device,
/* Network card */
network_init(pci_bus);
+
+ /* Optional PCI video card */
+ pci_cirrus_vga_init(pci_bus, ds, phys_ram_base + ram_size,
+ ram_size, vga_ram_size);
}
QEMUMachine mips_malta_machine = {