qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Connecting to serial console via Telnet - possible ?
@ 2006-07-03  7:03 Armistead, Jason
  2006-07-04  6:05 ` John R. Hogerhuis
  0 siblings, 1 reply; 3+ messages in thread
From: Armistead, Jason @ 2006-07-03  7:03 UTC (permalink / raw)
  To: Qemu-Devel (E-mail)

Hi

With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator
(http://simh.trailing-edge.com/) the console port on the emulated system is
directed to a TCP/IP port, so that you can simply Telnet into it.  Once the
connection is established, then the SIMH emulator starts working.  This
suits SIMH nicely since many of its hosts want a VT100-ish console terminal
anyhow, which is nicely emulated by many Telnet clients, and it saves SIMH
having to do any keyboard conversion, host output decoding and screen
output, etc.

Is there a similar functionality in QEMU ?

I am on a Windows host system (Win2K to be precise) and want to start QEMU
with -nographic but it complains under Windows that it can't connect to
stdio, which is a kind of foreign concept to Windows at times !

Any ideas ?

Thanks

Jason

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

* RE: [Qemu-devel] Connecting to serial console via Telnet - possible ?
@ 2006-07-03 12:01 Wessel, Jason
  0 siblings, 0 replies; 3+ messages in thread
From: Wessel, Jason @ 2006-07-03 12:01 UTC (permalink / raw)
  To: qemu-devel

This was recently added to cvs.  The next release of QEMU will have it,
until then you would need to build it from cvs.

-serial telnet::4444,server

Cheers,
Jason. 

> -----Original Message-----
> From: 
> qemu-devel-bounces+jason.wessel=windriver.com@nongnu.org 
> [mailto:qemu-devel-bounces+jason.wessel=windriver.com@nongnu.o
> rg] On Behalf Of Armistead, Jason
> Sent: Monday, July 03, 2006 2:04 AM
> To: Qemu-Devel (E-mail)
> Subject: [Qemu-devel] Connecting to serial console via Telnet 
> - possible ?
> 
> Hi
> 
> With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator
> (http://simh.trailing-edge.com/) the console port on the 
> emulated system is directed to a TCP/IP port, so that you can 
> simply Telnet into it.  Once the connection is established, 
> then the SIMH emulator starts working.  This suits SIMH 
> nicely since many of its hosts want a VT100-ish console 
> terminal anyhow, which is nicely emulated by many Telnet 
> clients, and it saves SIMH having to do any keyboard 
> conversion, host output decoding and screen output, etc.
> 
> Is there a similar functionality in QEMU ?
> 
> I am on a Windows host system (Win2K to be precise) and want 
> to start QEMU with -nographic but it complains under Windows 
> that it can't connect to stdio, which is a kind of foreign 
> concept to Windows at times !
> 
> Any ideas ?
> 
> Thanks
> 
> Jason
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

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

* Re: [Qemu-devel] Connecting to serial console via Telnet - possible ?
  2006-07-03  7:03 [Qemu-devel] Connecting to serial console via Telnet - possible ? Armistead, Jason
@ 2006-07-04  6:05 ` John R. Hogerhuis
  0 siblings, 0 replies; 3+ messages in thread
From: John R. Hogerhuis @ 2006-07-04  6:05 UTC (permalink / raw)
  To: qemu-devel

On Mon, 2006-07-03 at 03:03 -0400, Armistead, Jason wrote:
> Hi
> 
> With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator
> (http://simh.trailing-edge.com/) the console port on the emulated system is
> directed to a TCP/IP port, so that you can simply Telnet into it.  Once the
> connection is established, then the SIMH emulator starts working.  This
> suits SIMH nicely since many of its hosts want a VT100-ish console terminal
> anyhow, which is nicely emulated by many Telnet clients, and it saves SIMH
> having to do any keyboard conversion, host output decoding and screen
> output, etc.

Well QEMU can redirect the serial port to a character device. I guess if
you redirected it to a pty then you just use socat to bridge the pty to
a tcp connection, telnet or whatever.

-- John.

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

end of thread, other threads:[~2006-07-04  6:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-03  7:03 [Qemu-devel] Connecting to serial console via Telnet - possible ? Armistead, Jason
2006-07-04  6:05 ` John R. Hogerhuis
  -- strict thread matches above, loose matches on Subject: below --
2006-07-03 12:01 Wessel, Jason

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