From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BlDDM-000450-Cv for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:52:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BlDDK-00043a-Dq for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:52:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BlDDK-00043X-B7 for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:52:22 -0400 Received: from [193.252.22.30] (helo=mwinf0107.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BlDA0-0007bE-JT for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:48:56 -0400 Message-ID: <40F6EDBE.9020305@bellard.org> Date: Thu, 15 Jul 2004 22:49:02 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Adding a tftpd to slirp References: <1089923129.27004.41.camel@kubu.opensource.se> In-Reply-To: <1089923129.27004.41.camel@kubu.opensource.se> Content-Type: text/plain; charset=us-ascii; format=flowed 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: qemu-devel@nongnu.org Cc: damm@opensource.se Magnus Damm wrote: > Hi all, > > I would like to transfer files from my host to the virtual environment > in a simple and fast way. With as little dependencies as possible. Right > now I'm using uuencode and uudecode over the serial port, it works but > it is waaay too slow. > > Wouldn't it be a good idea to add a tftpd besides the bootp/dhcp server? > That would provide a simple way to get files from the host. > (Yes, and think etherboot, pxe, u-boot...) > > If the maintainers think it is a good idea, then I would be happy to > modify netkit-tftpd to work with slirp. I would prefer FTP. FTP clients are available for every OSes with good user interface and the FTP protocol is almost as simple as TFTP. Fabrice.