From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Stroucken Subject: serial port reconfiguration Date: Tue, 17 May 2011 19:52:52 -0400 Message-ID: <4DD30A54.1040808@cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from tamade.ascient.net ([65.99.219.195]:33509 "EHLO tamade.ascient.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932286Ab1ERAEr (ORCPT ); Tue, 17 May 2011 20:04:47 -0400 Received: from stroop.wv.cc.cmu.edu (STROOP.WV.CC.CMU.EDU [128.237.234.69]) by tamade.ascient.net (Postfix) with ESMTPSA id C02AA4009E for ; Tue, 17 May 2011 19:54:49 -0400 (EDT) Sender: kvm-owner@vger.kernel.org List-ID: Hi, If I start a KVM instance with "-vnc none -serial null" options, I can start a vnc server at a later time using the QEMU monitor's change command. Is there a way to also redirect the serial device elsewhere, like a telnet server? Thanks, Michael.