X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=vl.c;h=0b72b128788155c2b226d9928389d371cede9f97;hb=777357d758d937c9dd83082c39aff9f1e53e9ba3;hp=83a3360ec5674e64be394c5d8930885d00dc155a;hpb=5bf5adaeb7245d7037f29429fb231b4b602d5b50;p=mirror_qemu.git diff --git a/vl.c b/vl.c index 83a3360ec5..0b72b12878 100644 --- 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");