From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BlCkK-0006Au-T6 for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:22:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BlCkI-00068g-RL for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:22:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BlCkI-00068R-Ne for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:22:22 -0400 Received: from [213.80.72.10] (helo=kubrik.opensource.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BlChS-0004Il-Se for qemu-devel@nongnu.org; Thu, 15 Jul 2004 16:19:27 -0400 Received: from [192.168.1.16] (unknown [213.80.72.14]) by kubrik.opensource.se (Postfix) with ESMTP id DF6823752C for ; Thu, 15 Jul 2004 22:07:44 +0200 (CEST) From: Magnus Damm Content-Type: text/plain Message-Id: <1089923129.27004.41.camel@kubu.opensource.se> Mime-Version: 1.0 Date: Thu, 15 Jul 2004 22:25:30 +0200 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Adding a tftpd to slirp 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 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. / magnus PS. Please CC:me, I'm not subscribed yet.