From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGNQg-0007x6-3r for qemu-devel@nongnu.org; Sat, 09 Oct 2004 16:02:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGNQf-0007wq-HH for qemu-devel@nongnu.org; Sat, 09 Oct 2004 16:02:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGNQf-0007wg-Dz for qemu-devel@nongnu.org; Sat, 09 Oct 2004 16:02:57 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGNJW-00030K-HB for qemu-devel@nongnu.org; Sat, 09 Oct 2004 15:55:34 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CGNJV-0004bI-00 for ; Sat, 09 Oct 2004 21:55:33 +0200 Received: from amarseille-206-1-27-52.w81-51.abo.wanadoo.fr ([81.51.255.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Oct 2004 21:55:33 +0200 Received: from daimon55 by amarseille-206-1-27-52.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Oct 2004 21:55:33 +0200 From: Ronald Date: Sat, 09 Oct 2004 21:55:28 +0200 Message-ID: References: <1097351147.15742.23.camel@kubu.opensource.se> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [WIN32] tftp issue Reply-To: daimon55@free.fr, 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 Le Sat, 09 Oct 2004 21:45:47 +0200, Magnus Damm a écrit : > On Sat, 2004-10-09 at 01:07, Ronald wrote: >> Hi all, > > Hi! > >> tonight I decided to give a try to tftp transfert between a windows 98 >> host and linux guest. >> First thing I had to deal with was how to pass the tftp_prefix, I >> figured out that omiting the drive letter and his preceding slash is the >> right way (ie exporting C:\temp to guest consist in passing -tftp /temp >> to qemu). The issue I had next was with file transfert, I can get some >> files completely and only the first bytes for some others. I don't know >> already on what it depends (size, file type ...?), but I thought I >> should let you know that. > > Thank you for the report. > > Please specify the version of QEMU and the name and version of the TFTP > client used by the guest. Or even better, provide a link to a precompiled > win32 snapshot of QEMU that behaves like you describe together with a > pointer to a bootable image if available on the net. > Qemu version is yesterday cvs, tftp is netkit-tftp-0.17 from slackware 8. Binary for windows is avaible at ftp://ftp.freeoszoo.org/qemu/win32/daily/QemuInstall-20041008.exe. Image is not online, that's a minimal slackware 8 install from cdrom. > Thanks! > > / magnus