]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mips/mips_malta.c
char: allow specifying a GMainContext at opening time
[mirror_qemu.git] / hw / mips / mips_malta.c
index 74667766c27728764216897ec454d94fc476be6a..7a403ef1ce69fe236e490a802fef618a3b0a5d7b 100644 (file)
@@ -568,7 +568,7 @@ static MaltaFPGAState *malta_fpga_init(MemoryRegion *address_space,
     memory_region_add_subregion(address_space, base, &s->iomem_lo);
     memory_region_add_subregion(address_space, base + 0xa00, &s->iomem_hi);
 
-    chr = qemu_chr_new("fpga", "vc:320x200");
+    chr = qemu_chr_new("fpga", "vc:320x200", NULL);
     qemu_chr_fe_init(&s->display, chr, NULL);
     qemu_chr_fe_set_handlers(&s->display, NULL, NULL,
                              malta_fgpa_display_event, NULL, s, NULL, true);