diff --git a/softmmu/vl.c b/softmmu/vl.c index 8f0fa1b0cf..754a9f4d0c 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -3885,7 +3885,7 @@ void qemu_init(int argc, char **argv, char **envp) if (!preconfig_requested) { qmp_x_exit_preconfig(&error_fatal); } - + qemu_init_displays(); accel_setup_post(current_machine); os_setup_post(); resume_mux_open();