From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFOem-0001MA-1n for qemu-devel@nongnu.org; Tue, 22 Aug 2006 01:18:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFOek-0001Lu-Dc for qemu-devel@nongnu.org; Tue, 22 Aug 2006 01:18:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFOek-0001Lr-4h for qemu-devel@nongnu.org; Tue, 22 Aug 2006 01:18:30 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GFOmH-0005Mu-GY for qemu-devel@nongnu.org; Tue, 22 Aug 2006 01:26:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GFOeg-0003uu-3k for qemu-devel@nongnu.org; Tue, 22 Aug 2006 07:18:26 +0200 Received: from pool-71-245-101-73.ptldor.fios.verizon.net ([71.245.101.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Aug 2006 07:18:26 +0200 Received: from void by pool-71-245-101-73.ptldor.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Aug 2006 07:18:26 +0200 From: "Alex" Date: Mon, 21 Aug 2006 22:18:25 -0700 Message-ID: References: <001401c6c5a2$84edab20$0464a8c0@athlon> Sender: news Subject: [Qemu-devel] Re: mingw compile error patch 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 That's better. What's wrong with QCOW? -- Alex. "Kazu" wrote in message news:001401c6c5a2$84edab20$0464a8c0@athlon... > alex wrote: > >> Hi, >> The patch below allows me to compile qemu on Windows, however it is still >> not working. >> The program exits immediately reporting that it can't open the hard disk >> image. >> GDB reports the offensive pies of code is in malloc(), which does not >> make >> sense to me. >> Am I doing something wrong? >> > > An attached patch fixes compile error for win32. > It also fixes using /dev/cdrom and a file name with a drive letter. > Qcow is not fixed. > > Regards, > Kazu > -------------------------------------------------------------------------------- > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >