[Qemu-devel] windows compile error fix
--- /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) { } ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://
[Qemu-devel] windows compile error
vl.o(.text+0x57b0): In function `do_savevm': c:/qemu/vl.c:4570: undefined reference to `gettimeofday' ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel