From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUUw5-0007tq-Mt for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:02:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUUw4-0007te-3M for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:02:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUUw3-0007tb-Uw for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:02:47 -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 1GUV27-00050G-Di for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:09:03 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GUUvR-0007Ko-9c for qemu-devel@nongnu.org; Mon, 02 Oct 2006 23:02:09 +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 ; Mon, 02 Oct 2006 23:02:09 +0200 Received: from void by host.ci.hillsboro.or.us with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Oct 2006 23:02:09 +0200 From: "alex" Date: Mon, 2 Oct 2006 14:01:08 -0700 Message-ID: Sender: news Subject: [Qemu-devel] windows compile error fix 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 --- /d/qemu/block-raw.c Mon Oct 2 13:55:48 2006 +++ block-raw.c Mon Oct 2 13:42:55 2006 @@ -1134,6 +1134,10 @@ { } +void qemu_aio_flush(void) +{ +} + void qemu_aio_wait_start(void) { }