qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] fix for pty device output


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] fix for pty device output
Date: Sat, 10 Dec 2005 03:09:03 +0000
User-agent: KMail/1.8.2

> 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
> running). If someone could tell me the name of THE unix-ish program to
> do the job, I would be glad to throw mine away.

I'd guess minicom. Something like

minicom -p /dev/pts/4

If you're wanting to connect the pty to a process rather than a user you can 
use "getty -Lnl ./mysctipt"

IIIUC You should be able to use the slave end of the qemu pty with pretty much 
anything you'd normally use for talking to a serial port.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]