Re: [Qemu-devel] [PATCH] Implement Win32 locking in vl.c (create_pidfile).

2007-03-27 Thread Carlos O'Donell
On Mon, Mar 26, 2007 at 12:30:13AM +0100, Thiemo Seufer wrote: I renamed it to qemu_create_pidfile and moved it to osdep.h. I hope that has all necessary includes. Please test. osdep.c, that is, only a tiny bit was for osdep.h. :-) Tested on Windows Server 2003, thanks for the quick

[Qemu-devel] [PATCH] Implement Win32 locking in vl.c (create_pidfile).

2007-03-25 Thread Carlos O'Donell
The following patch implements Win32 locking for vl.c (create_pidfile). Builds for mingw32, and tested on a Windows Server 2003 host by running two qemu's with the same -pidfile option. When cross-compiling the use of --enable-mingw32 should effect AIOLIBS, otherwise the build will use -lrt and

Re: [Qemu-devel] [PATCH] Implement Win32 locking in vl.c (create_pidfile).

2007-03-25 Thread Anthony Liguori
Carlos O'Donell wrote: The following patch implements Win32 locking for vl.c (create_pidfile). Builds for mingw32, and tested on a Windows Server 2003 host by running two qemu's with the same -pidfile option. When cross-compiling the use of --enable-mingw32 should effect AIOLIBS, otherwise the

Re: [Qemu-devel] [PATCH] Implement Win32 locking in vl.c (create_pidfile).

2007-03-25 Thread Thiemo Seufer
Carlos O'Donell wrote: The following patch implements Win32 locking for vl.c (create_pidfile). Builds for mingw32, and tested on a Windows Server 2003 host by running two qemu's with the same -pidfile option. When cross-compiling the use of --enable-mingw32 should effect AIOLIBS,

Re: [Qemu-devel] [PATCH] Implement Win32 locking in vl.c (create_pidfile).

2007-03-25 Thread Thiemo Seufer
Thiemo Seufer wrote: Carlos O'Donell wrote: The following patch implements Win32 locking for vl.c (create_pidfile). Builds for mingw32, and tested on a Windows Server 2003 host by running two qemu's with the same -pidfile option. When cross-compiling the use of --enable-mingw32