Re: [Qemu-devel] [PATCH V2 04/10] oslib-win32: add lock for time functions

2013-01-07 Thread Wenchao Xia
> Am 07.01.2013 08:28, schrieb Wenchao Xia: This patch adding lock for calling gmtime() and localtime() on windows. If no other lib linked into qemu would call those two function itself, then they are thread safe now on windows. Signed-off-by: Wenchao Xia --- oslib-win32.c | 12 ++

Re: [Qemu-devel] [PATCH V2 04/10] oslib-win32: add lock for time functions

2013-01-07 Thread Stefan Weil
Am 07.01.2013 08:28, schrieb Wenchao Xia: This patch adding lock for calling gmtime() and localtime() on windows. If no other lib linked into qemu would call those two function itself, then they are thread safe now on windows. Signed-off-by: Wenchao Xia --- oslib-win32.c | 12 ++--