[Qemu-devel] Re: [PATCH 4/7] add win32 qemu-thread implementation

2011-02-20 Thread Blue Swirl
On Fri, Feb 11, 2011 at 2:28 PM, Paolo Bonzini wrote: > On 02/10/2011 08:46 PM, Stefan Weil wrote: >> >> Am 10.02.2011 18:37, schrieb 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 >>> t

[Qemu-devel] Re: [PATCH 4/7] add win32 qemu-thread implementation

2011-02-11 Thread Paolo Bonzini
On 02/10/2011 08:46 PM, Stefan Weil wrote: Am 10.02.2011 18:37, schrieb 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 Cc: Stefan Weil

[Qemu-devel] Re: [PATCH 4/7] add win32 qemu-thread implementation

2011-02-10 Thread Stefan Weil
Am 10.02.2011 18:37, schrieb 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 Cc: Stefan Weil Cc: Blue Swirl --- Makefile.objs | 4 +- q