Re: [Qemu-devel] [PATCH] Restore terminal monitor attributes - addition

2010-03-31 Thread Anthony Liguori
On 03/14/2010 03:41 PM, Shahar Havivi wrote: Patch 2d753894c7553d6a05e8fdbed5f4704398919a35 was missing this check, when running monitor as /dev/tty and other serial device, i.e: qemu -monitor /dev/tty -serial /dev/pts/1 Without this patch any serial device will override the monitor stored at

[Qemu-devel] [PATCH] Restore terminal monitor attributes - addition

2010-03-14 Thread Shahar Havivi
Patch 2d753894c7553d6a05e8fdbed5f4704398919a35 was missing this check, when running monitor as /dev/tty and other serial device, i.e: qemu -monitor /dev/tty -serial /dev/pts/1 Without this patch any serial device will override the monitor stored attributes. (monitor is called in main() before an