From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bwash-0008T9-I2 for qemu-devel@nongnu.org; Mon, 16 Aug 2004 02:22:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bwasf-0008Sw-Ia for qemu-devel@nongnu.org; Mon, 16 Aug 2004 02:22:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bwasf-0008St-GZ for qemu-devel@nongnu.org; Mon, 16 Aug 2004 02:22:05 -0400 Received: from [213.80.72.10] (helo=kubrik.opensource.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bwao7-0004fp-NF for qemu-devel@nongnu.org; Mon, 16 Aug 2004 02:17:23 -0400 Subject: Re: [Qemu-devel] A different serial port question From: Magnus Damm In-Reply-To: <200408151952.43815.nile@dloo.com> References: <200408151952.43815.nile@dloo.com> Content-Type: text/plain Message-Id: <1092637436.3116.9.camel@kubu.opensource.se> Mime-Version: 1.0 Date: Mon, 16 Aug 2004 08:23:56 +0200 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: nile@dloo.com, qemu-devel@nongnu.org On Sun, 2004-08-15 at 21:52, Nile Geisinger wrote: > I want to send data from the host qemu program to a guest kernel and > back. This has a number of benefits for everyone. One of the most obvious is Just FYI, I use tftp to send files from the host to the guest. It would be rather easy for me to add write support - this would make it possible to send files from the guest to the host too. But maybe you are looking for something more interactive... / magnus