From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxe2W-0007y6-2h for qemu-devel@nongnu.org; Tue, 04 Jul 2006 02:05:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxe2U-0007xh-5l for qemu-devel@nongnu.org; Tue, 04 Jul 2006 02:05:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxe2U-0007xe-07 for qemu-devel@nongnu.org; Tue, 04 Jul 2006 02:05:38 -0400 Received: from [69.17.117.8] (helo=mail6.sea5.speakeasy.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FxeG5-00034p-PO for qemu-devel@nongnu.org; Tue, 04 Jul 2006 02:19:42 -0400 Received: from dsl081-088-222.lax1.dsl.speakeasy.net (HELO [192.168.111.2]) (jhoger@[64.81.88.222]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Jul 2006 06:05:29 -0000 Subject: Re: [Qemu-devel] Connecting to serial console via Telnet - possible ? From: "John R. Hogerhuis" In-Reply-To: References: Content-Type: text/plain Date: Mon, 03 Jul 2006 23:05:49 -0700 Message-Id: <1151993149.6324.271.camel@aragorn> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: jhoger@pobox.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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.