qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] fix for broken build due to nonblocking IO


From: John Coiner
Subject: [Qemu-devel] [patch] fix for broken build due to nonblocking IO
Date: Tue, 04 Oct 2005 22:21:15 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050731


Here are two new patches, which attempt to fix the QEMU build for the dependency on pthreads introduced by nonblocking IO. They are on the nonblocking IO page:

http://people.brandeis.edu/~jcoiner/qemu_idedma/qemu_dma_patch.html#install

The first is a quick fix to the QEMU's 'configure' script and 'Makefile.target'. On most unixes this will fix the build.

On MinGW, the patch makes the configure script assume that the pthreads headers and DLL live in certain locations. The second patch (for MinGW only) applies to the pthreads-w32 distribution, so that it puts those headers and that DLL into those certain locations when you run 'make install'.

The MinGW stuff here is pretty lame. It may not be better than nothing, but I don't really know what the right way is. That's why the build patches are separate from the C code patches -- they may be going down the wrong path, especially on MinGW.

-- John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]