mirror of https://github.com/xemu-project/xemu.git
vl: Call qemu_init_displays
This commit is contained in:
parent
c38576f41c
commit
bfe010382b
|
@ -3885,7 +3885,7 @@ void qemu_init(int argc, char **argv, char **envp)
|
||||||
if (!preconfig_requested) {
|
if (!preconfig_requested) {
|
||||||
qmp_x_exit_preconfig(&error_fatal);
|
qmp_x_exit_preconfig(&error_fatal);
|
||||||
}
|
}
|
||||||
|
qemu_init_displays();
|
||||||
accel_setup_post(current_machine);
|
accel_setup_post(current_machine);
|
||||||
os_setup_post();
|
os_setup_post();
|
||||||
resume_mux_open();
|
resume_mux_open();
|
||||||
|
|
Loading…
Reference in New Issue