* [Qemu-devel] qemu block-raw.c vl.c vl.h
@ 2006-09-03 12:08 Paul Brook
2006-12-18 19:40 ` [Qemu-devel] [Patch] qemu block-raw.c (fix needed for Windows) Stefan Weil
0 siblings, 1 reply; 2+ messages in thread
From: Paul Brook @ 2006-09-03 12:08 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Paul Brook <pbrook> 06/09/03 12:08:37
Modified files:
. : block-raw.c vl.c vl.h
Log message:
Flush IO requests before savevm (original patch by Blue Swirl).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.210&r2=1.211
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.145&r2=1.146
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Patch] qemu block-raw.c (fix needed for Windows)
2006-09-03 12:08 [Qemu-devel] qemu block-raw.c vl.c vl.h Paul Brook
@ 2006-12-18 19:40 ` Stefan Weil
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Weil @ 2006-12-18 19:40 UTC (permalink / raw)
To: qemu-devel
This patch adds a dummy function which fixes a
linker error (missing symbol) for Windows.
Regards
Stefan Weil
Index: block-raw.c
===================================================================
RCS file: /sources/qemu/qemu/block-raw.c,v
retrieving revision 1.10
diff -u -b -B -r1.10 block-raw.c
--- block-raw.c 3 Sep 2006 12:08:37 -0000 1.10
+++ block-raw.c 18 Dec 2006 19:28:19 -0000
@@ -1134,6 +1134,10 @@
{
}
+void qemu_aio_flush(void)
+{
+}
+
void qemu_aio_wait_start(void)
{
}
Paul Brook schrieb:
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Paul Brook <pbrook> 06/09/03 12:08:37
>
> Modified files:
> . : block-raw.c vl.c vl.h
>
> Log message:
> Flush IO requests before savevm (original patch by Blue Swirl).
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.9&r2=1.10
> http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.210&r2=1.211
> http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.145&r2=1.146
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-18 19:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-03 12:08 [Qemu-devel] qemu block-raw.c vl.c vl.h Paul Brook
2006-12-18 19:40 ` [Qemu-devel] [Patch] qemu block-raw.c (fix needed for Windows) Stefan Weil
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.