All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <Stefan.Weil@weilnetz.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Patch] qemu block-raw.c (fix needed for Windows)
Date: Mon, 18 Dec 2006 20:40:30 +0100	[thread overview]
Message-ID: <4586EEAE.7050408@weilnetz.de> (raw)
In-Reply-To: <E1GJqmD-0003Fm-VP@savannah.gnu.org>

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

      reply	other threads:[~2006-12-18 19:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-03 12:08 [Qemu-devel] qemu block-raw.c vl.c vl.h Paul Brook
2006-12-18 19:40 ` Stefan Weil [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4586EEAE.7050408@weilnetz.de \
    --to=stefan.weil@weilnetz.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.