Re: [Qemu-devel] Two question on serial port emulation

2006-06-14 Thread Fabrice Bellard
Jiang, Yunhong wrote: Hi, all I'm using qemu on linux, and I have two questions on the serial port emulation. The serial port means the hardware serial port (/dev/ttyS0 on Linux). 1) Currently tty_serial_init() set the c_oflags as following: tty.c_oflag |= OPOST but it didn't

[Qemu-devel] Two question on serial port emulation

2006-06-04 Thread Jiang, Yunhong
Hi, all I'm using qemu on linux, and I have two questions on the serial port emulation. The serial port means the hardware serial port (/dev/ttyS0 on Linux). 1) Currently tty_serial_init() set the c_oflags as following: tty.c_oflag |= OPOST but it didn't clear the ONLCR/ONLRET e