From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FpsAh-0005yK-9b for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:33:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FpsAf-0005wp-Or for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:33:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpsAf-0005wh-F5 for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:33:57 -0400 Received: from [64.233.162.194] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FpsJS-00033s-7E for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:43:02 -0400 Received: by nz-out-0102.google.com with SMTP id z31so1269587nzd for ; Mon, 12 Jun 2006 12:33:53 -0700 (PDT) Message-ID: <46d6db660606121233p6334b157xe250ff758d808e1f@mail.gmail.com> Date: Mon, 12 Jun 2006 21:33:00 +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 interestingly enough, qemu-img is compiled with large file support, yet on win32/mingw (gcc 3.4.5) qemu-img cannot manage images bigger than 2Gb anyone ever succeded this on win32 host ? large file support using mingw ? 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