> 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 _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel