qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Disable AIO for Mac OS X
@ 2009-01-24 19:59 Alexander Graf
  2009-01-24 20:28 ` Anthony Liguori
  0 siblings, 1 reply; 14+ messages in thread
From: Alexander Graf @ 2009-01-24 19:59 UTC (permalink / raw)
  To: qemu-devel

While trying current svn, it looks like AIO support compiles on
Mac OS X finally. Unfortunately it is broken and as soon as I want
to run any image, it endless loops in block.c:1446 which is:

    while (async_ret == NOT_DONE) {
        qemu_aio_wait();
    }

So for the time being, let's simply disable aio for Mac OS X.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index c3fbbbe..3e701b9 100755
--- a/configure
+++ b/configure
@@ -259,6 +259,7 @@ cocoa="yes"
 audio_drv_list="coreaudio"
 audio_possible_drivers="coreaudio sdl fmod"
 OS_LDFLAGS="-framework CoreFoundation -framework IOKit"
+aio="no"
 ;;
 SunOS)
     solaris="yes"
-- 
1.6.0.2

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-01-25 17:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-24 19:59 [Qemu-devel] [PATCH] Disable AIO for Mac OS X Alexander Graf
2009-01-24 20:28 ` Anthony Liguori
2009-01-24 20:37   ` Alexander Graf
2009-01-24 20:53     ` Anthony Liguori
2009-01-24 21:14       ` Alexander Graf
2009-01-24 21:25         ` Anthony Liguori
2009-01-24 21:44           ` Alexander Graf
2009-01-24 23:27             ` Anthony Liguori
2009-01-25  9:49               ` Alexander Graf
2009-01-25 15:11                 ` Anthony Liguori
2009-01-25 16:28                   ` Jamie Lokier
2009-01-25 17:35                     ` Anthony Liguori
2009-01-25 17:45                     ` Alexander Graf
2009-01-25 17:53                       ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).