[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Compile fix for win32
From: |
Kazu |
Subject: |
[Qemu-devel] Compile fix for win32 |
Date: |
Tue, 5 Sep 2006 14:25:32 +0900 |
Hi,
A patch below fixes compile for win32.
Regards,
Kazu
Index: block-raw.c
===================================================================
RCS file: /sources/qemu/qemu/block-raw.c,v
retrieving revision 1.10
diff -u -r1.10 block-raw.c
--- block-raw.c 3 Sep 2006 12:08:37 -0000 1.10
+++ block-raw.c 5 Sep 2006 05:06:14 -0000
@@ -1134,6 +1134,10 @@
{
}
+void qemu_aio_flush(void)
+{
+}
+
void qemu_aio_wait_start(void)
{
}
- [Qemu-devel] Compile fix for win32,
Kazu <=