]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.c
chardev: qom-ify
[mirror_qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 83a3360ec5674e64be394c5d8930885d00dc155a..0b72b128788155c2b226d9928389d371cede9f97 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -4252,6 +4252,8 @@ int main(int argc, char **argv, char **envp)
         sdl_display_early_init(request_opengl);
     }
 
+    qemu_console_early_init();
+
     if (request_opengl == 1 && display_opengl == 0) {
 #if defined(CONFIG_OPENGL)
         error_report("OpenGL is not supported by the display");