qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: David Decotigny <david.decotigny@free.fr>
Subject: Re: [Qemu-devel] [PATCH] fix for pty device output
Date: Sat, 10 Dec 2005 03:09:03 +0000	[thread overview]
Message-ID: <200512100309.04343.paul@codesourcery.com> (raw)
In-Reply-To: <dnc829$2si$1@sea.gmane.org>

> 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

      parent reply	other threads:[~2005-12-10  3:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-09 15:32 [Qemu-devel] [PATCH] fix for pty device output David Decotigny
2005-12-09 19:45 ` Daniel Jacobowitz
2005-12-10  3:09 ` Paul Brook [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200512100309.04343.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=david.decotigny@free.fr \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).