From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFvBd-0006L7-FG for qemu-devel@nongnu.org; Wed, 23 Aug 2006 12:02:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFvBY-0006GY-7p for qemu-devel@nongnu.org; Wed, 23 Aug 2006 12:02:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFvBX-0006FZ-1P for qemu-devel@nongnu.org; Wed, 23 Aug 2006 12:02:31 -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 1GFvJO-0005Op-DR for qemu-devel@nongnu.org; Wed, 23 Aug 2006 12:10:38 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GFvAS-00071n-Bs for qemu-devel@nongnu.org; Wed, 23 Aug 2006 18:01:24 +0200 Received: from host.ci.hillsboro.or.us ([4.18.224.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Aug 2006 18:01:24 +0200 Received: from void by host.ci.hillsboro.or.us with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Aug 2006 18:01:24 +0200 From: "alex" Date: Wed, 23 Aug 2006 09:01:13 -0700 Message-ID: References: <001401c6c5a2$84edab20$0464a8c0@athlon> <000c01c6c5be$fdffdda0$0464a8c0@athlon> Sender: news Subject: [Qemu-devel] Re: 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 Is anybody actively working on that? Any hints of what should be done to make it work? Looking at the code, I see that qemu_aio_init, qemu_aio_poll, qemu_aio_wait_start, qemu_aio_wait, and qemu_aio_wait_end under _WIN32 have empty bodies. Is this intentional or what should happen there? "Kazu" wrote in message news:000c01c6c5be$fdffdda0$0464a8c0@athlon... > Alex wrote: > > > That's better. What's wrong with QCOW? > > > > Qcow uses aio interface but aio emulation is not fully implemented. > > Regards, > Kazu