From: Johannes Martin <jmartin@notamusica.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] patch: make -serial pty not print garbage
Date: Fri, 8 Oct 2004 22:39:12 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.56.0410082238010.1937@hatatitla.NotaMusica.com> (raw)
[-- Attachment #1: Type: TEXT/PLAIN, Size: 333 bytes --]
Hi,
qemu .... -serial pty does not work correctly. When trying to say
char device redirected to /dev/pts/<n>
it prints garbage instead of /dev/pts/n. This is because it calls slirp's
openpty() function instead of the system's proper openpty(). The attached
patch fixes this (by making slirp's openpty() static).
Johannes
[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 801 bytes --]
reply other threads:[~2004-10-09 0:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=Pine.LNX.4.56.0410082238010.1937@hatatitla.NotaMusica.com \
--to=jmartin@notamusica.com \
--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).