> BTW, I was also looking for a simple program to dial with these pty, a
> kind of telnet for ptys... I couldn't find one. Yet, I am pretty sure it
> does exist ! Anyway, attached is the homemade and very basic version of
> this program (usage: "./termslave /dev/pts/4" for example once qemu is
> ru
On Fri, Dec 09, 2005 at 04:32:17PM +0100, David Decotigny wrote:
> BTW, I was also looking for a simple program to dial with these pty, a
> kind of telnet for ptys... I couldn't find one. Yet, I am pretty sure it
> does exist ! Anyway, attached is the homemade and very basic version of
> this progr
Hi,
By default, with -monitor pty or -serial pty, local echo is enabled for
the qemu side of the pty. This can result in infinite write/read loops
and/or slowness of the simulation. Attached is a very small patch
(against today's cvs) solving the problem. The 3 lines adjusting the tty
fields coul