From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FpsXs-000788-Ta for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:57:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FpsXq-00077X-M2 for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:57:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpsXq-00077U-HJ for qemu-devel@nongnu.org; Mon, 12 Jun 2006 15:57:54 -0400 Received: from [64.233.162.195] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fpsgd-0004mP-Bj for qemu-devel@nongnu.org; Mon, 12 Jun 2006 16:06:59 -0400 Received: by nz-out-0102.google.com with SMTP id z3so1406378nzf for ; Mon, 12 Jun 2006 12:57:53 -0700 (PDT) Message-ID: <46d6db660606121256l6d183bf0v511d5b8c6ddb3b9a@mail.gmail.com> Date: Mon, 12 Jun 2006 21:56:18 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] Windows Vista In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4488BCB3.8060502@nigelterry.net> <46d6db660606091341w263e3d6bl92a4bf4416e96d9a@mail.gmail.com> <200606092147.27096.paul@codesourcery.com> <46d6db660606121233p6334b157xe250ff758d808e1f@mail.gmail.com> Reply-To: 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 qemu-img.exe create -f raw test.raw 2G should take a couple of minutes to run, yet completes in less than 1s and test.raw is 0 bytes long. On 6/12/06, Natalia Portillo wrote: > I'm sure you're doing something bad. > I used qemu-img and qemu with mingw32 and files not just bigger than > 2Gb but bigger than 6Gb even. > > El 12/06/2006, a las 20:33, Christian MICHON escribi=F3: > > > 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 > > > > > > _______________________________________________ > > Qemu-devel mailing list > > Qemu-devel@nongnu.org > > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > --=20 Christian