From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Foo56-0000xY-BZ for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:59:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Foo54-0000xL-Ev for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:59:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Foo54-0000xI-8C for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:59:46 -0400 Received: from [64.233.162.193] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FooDB-0004uU-QB for qemu-devel@nongnu.org; Fri, 09 Jun 2006 17:08:09 -0400 Received: by nz-out-0102.google.com with SMTP id z3so816740nzf for ; Fri, 09 Jun 2006 13:59:45 -0700 (PDT) Message-ID: <46d6db660606091359n37d4047fw211a826b59f9ff42@mail.gmail.com> Date: Fri, 9 Jun 2006 22:59:43 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] Windows Vista In-Reply-To: <200606092147.27096.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4488BCB3.8060502@nigelterry.net> <46d6db660606091341w263e3d6bl92a4bf4416e96d9a@mail.gmail.com> <200606092147.27096.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org true. I just noticed in qemu makefiles all large file support are already in. I guess I need to try with a big raw image... On 6/9/06, Paul Brook wrote: > On Friday 09 June 2006 21:41, Christian MICHON wrote: > > ok, I'll try that. But I also suspect a win32/mingw limitation on files > > bigger than 2Gb, since "gcc -dumpspecs" does not show anything > > related to -m64, which I'd expect to have to add to CFLAGS to > > be able to use iso or qcow images bigger than 2Gb. > > -m64 has nothing to do with large file support. > > Paul > -- Christian