]> Git Repo - qemu.git/blobdiff - vl.c
migration: consolidate VMStateField.start
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 83a3360ec5674e64be394c5d8930885d00dc155a..b4eaf0373486e2f8c4d3b489c95b732bf92e7d6f 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -110,7 +110,7 @@ int main(int argc, char **argv)
 
 #include "slirp/libslirp.h"
 
-#include "trace.h"
+#include "trace-root.h"
 #include "trace/control.h"
 #include "qemu/queue.h"
 #include "sysemu/arch_init.h"
@@ -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");
This page took 0.024091 seconds and 4 git commands to generate.