From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGPyv-0006Rd-3S for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:46:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGPyu-0006RR-Cf for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:46:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGPyu-0006RH-4Z for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:46:28 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGPrf-00053j-6P for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:38:59 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CGPre-000341-00 for ; Sun, 10 Oct 2004 00:38:58 +0200 Received: from amarseille-206-1-15-107.w81-49.abo.wanadoo.fr ([81.49.203.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2004 00:38:58 +0200 Received: from daimon55 by amarseille-206-1-15-107.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Oct 2004 00:38:58 +0200 From: Ronald Date: Sun, 10 Oct 2004 00:38:54 +0200 Message-ID: References: <1097351147.15742.23.camel@kubu.opensource.se> <1097359634.15742.26.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: 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 Sun, 10 Oct 2004 00:07:15 +0200, Magnus Damm a écrit : > >> More informations: under linux with the same image and the same files I >> get complete transfert, md5 checksum are the same for originals and >> transfered files on guest (tested with command.com, msdos.sys and >> license.txt :) if that matter) > > Hm.. could it be the good old missing O_BINARY flag to open()? > > / magnus Ok, this works now, I modified tftp.c to add O_BINARY (there is only one open( , easy :)).