commit | 2d753894c7553d6a05e8fdbed5f4704398919a35 | [log] [tgz] |
---|---|---|
author | Shahar Havivi <shaharh@redhat.com> | Fri Feb 26 11:34:59 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Mar 09 08:47:27 2010 -0600 |
tree | d48f0452c9e0bd5ccd240fbdb7379135c878cca5 | |
parent | 7ffb82ca6e13feeb37b86a8223da691eff5ee922 [diff] |
Restore terminal attributes for tty based monitor Patch http://permalink.gmane.org/gmane.comp.emulators.qemu/63472 handle close when using tty devices (like /dev/ttyS0), yet tty based monitor are not restoring terminal attributes (as done with stdio based monitor), when closing qemu after that command: $ qemu -monitor /dev/tty the terminal is not responding until you write reset (blindly), this patch fix it Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>