Re: [PATCH] vl: initialize displays _after_ exiting preconfiguration

2021-01-06 Thread BALATON Zoltan
On Wed, 6 Jan 2021, Paolo Bonzini wrote: Il mer 6 gen 2021, 18:06 BALATON Zoltan ha scritto: On Thu, 17 Dec 2020, Paolo Bonzini wrote: 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 d

Re: [PATCH] vl: initialize displays _after_ exiting preconfiguration

2021-01-06 Thread Paolo Bonzini
Il mer 6 gen 2021, 18:06 BALATON Zoltan ha scritto: > On Thu, 17 Dec 2020, Paolo Bonzini wrote: > > 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.

Re: [PATCH] vl: initialize displays _after_ exiting preconfiguration

2021-01-06 Thread BALATON Zoltan
On Thu, 17 Dec 2020, Paolo Bonzini wrote: 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 d

[PATCH] vl: initialize displays _after_ exiting preconfiguration

2020-12-17 Thread Paolo Bonzini
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 i