From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BlVe0-0002MH-DS for qemu-devel@nongnu.org; Fri, 16 Jul 2004 12:33:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BlVdy-0002M4-Q1 for qemu-devel@nongnu.org; Fri, 16 Jul 2004 12:33:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BlVdy-0002M1-OE for qemu-devel@nongnu.org; Fri, 16 Jul 2004 12:33:06 -0400 Received: from [216.254.0.202] (helo=mail2.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BlVau-0007ZE-UT for qemu-devel@nongnu.org; Fri, 16 Jul 2004 12:29:57 -0400 Received: from dsl081-088-222.lax1.dsl.speakeasy.net (HELO [192.168.111.2]) ([64.81.88.222]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Jul 2004 16:29:45 -0000 Subject: Re: [Qemu-devel] [PATCH] tftp for slirp From: "John R. Hogerhuis" In-Reply-To: <1089976728.27010.76.camel@kubu.opensource.se> References: <1089976728.27010.76.camel@kubu.opensource.se> Content-Type: text/plain Message-Id: <1089995621.13144.297.camel@aragorn> Mime-Version: 1.0 Date: Fri, 16 Jul 2004 09:33:41 -0700 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 Fri, 2004-07-16 at 04:18, Magnus Damm wrote: > Hi again, > > The attached patch adds a simple read-only tftp server to the slirp OK, cool, but what does it do? Are you serving files from the guest, what kinds of guests, etc. I couldn't figure it out from the description. -- John.