qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] new feature: attach a process to emulated serial port
@ 2004-10-08 21:46 Johannes Martin
  2004-10-11 13:26 ` Derek Fawcus
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Martin @ 2004-10-08 21:46 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 571 bytes --]

Hi,

The attached patch adds another variety of the -serial and -monitor
options. You can now use
        -serial "exec:any shell command"
to redirect the input/output of named shell command to the guest's serial
port.

For example, you could attach slirp to the guest's serial port and then
start a pppd on the serial port in the guest:
host:	qemu -serial "exec:slirp ppp"
guest:	pppd /dev/ttyS0 57600 defaultroute

This will help getting network connectivity in guests that don't like
qemu's network drivers (like OS/2).

Tested on current (2004-10-08) cvs.

	Johannes

[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 1815 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-10-11 21:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-08 21:46 [Qemu-devel] new feature: attach a process to emulated serial port Johannes Martin
2004-10-11 13:26 ` Derek Fawcus
2004-10-11 15:22   ` André Braga
2004-10-11 15:47     ` Derek Fawcus
2004-10-11 16:03       ` André Braga
2004-10-11 20:32     ` Johannes Martin
2004-10-11 21:38       ` Derek Fawcus
2004-10-11 21:47         ` Derek Fawcus

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).