Re: [Qemu-devel] [PATCH v2 upstream 05/22] add win32 qemu-thread implementation

2011-02-26 Thread Blue Swirl
On Sat, Feb 26, 2011 at 5:40 PM, Paolo Bonzini wrote: > For now, qemu_cond_timedwait and qemu_mutex_timedlock are left as > POSIX-only functions.  They can be removed later, once the patches > that remove their uses are in. > > Signed-off-by: Paolo Bonzini > --- >  Makefile.objs                  

[Qemu-devel] [PATCH v2 upstream 05/22] add win32 qemu-thread implementation

2011-02-26 Thread Paolo Bonzini
For now, qemu_cond_timedwait and qemu_mutex_timedlock are left as POSIX-only functions. They can be removed later, once the patches that remove their uses are in. Signed-off-by: Paolo Bonzini --- Makefile.objs|4 +- qemu-thread.c => qemu-thread-posix.c |0 qemu-t