Paolo Bonzini facf7c60ee vl: initialize displays _after_ exiting preconfiguration
Due to the renumbering of text consoles when graphical consoles are
created, init_displaystate must be called after all QemuConsoles are
created, i.e. after devices are created.

vl.c calls it from qemu_init_displays, while qmp_x_exit_preconfig is
where devices are created.  If qemu_init_displays is called before it,
the VGA graphical console does not come up.

Reported-by: Howard Spoelstra <hsp.cat7@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-01-02 21:03:09 +01:00
..
2020-07-11 19:27:59 +01:00
2020-12-10 12:15:18 -05:00
2020-12-10 12:15:18 -05:00
2020-10-05 16:41:22 +02:00
2020-10-12 11:50:21 -04:00
2020-09-09 17:15:18 +01:00