mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
console: init displaychangelisteners on register
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a93a4a226a
commit
e250d949fe
2 changed files with 3 additions and 1 deletions
1
vl.c
1
vl.c
|
@ -3876,7 +3876,6 @@ int main(int argc, char **argv, char **envp)
|
|||
#endif
|
||||
|
||||
/* display setup */
|
||||
dpy_gfx_resize(ds);
|
||||
text_consoles_set_display(ds);
|
||||
|
||||
if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue