mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-27 09:49:46 -07:00
Reinitialize monitor upon reconnect, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2300 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8f28f3fbbe
commit
86e94dea5b
4 changed files with 50 additions and 7 deletions
|
|
@ -1086,5 +1086,7 @@ CharDriverState *text_console_init(DisplayState *ds)
|
|||
s->t_attrib = s->t_attrib_default;
|
||||
text_console_resize(s);
|
||||
|
||||
qemu_chr_reset(chr);
|
||||
|
||||
return chr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue