From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGPMi-0007Zd-Ha for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:07:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGPMh-0007Z1-0G for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:06:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGPMg-0007Yr-N9 for qemu-devel@nongnu.org; Sat, 09 Oct 2004 18:06:58 -0400 Received: from [213.80.72.10] (helo=kubrik.opensource.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGPFn-0007K2-QZ for qemu-devel@nongnu.org; Sat, 09 Oct 2004 17:59:52 -0400 Subject: Re: [Qemu-devel] Re: [WIN32] tftp issue From: Magnus Damm In-Reply-To: References: <1097351147.15742.23.camel@kubu.opensource.se> Content-Type: text/plain Message-Id: <1097359634.15742.26.camel@kubu.opensource.se> Mime-Version: 1.0 Date: Sun, 10 Oct 2004 00:07:15 +0200 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: daimon55@free.fr, qemu-devel@nongnu.org > 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