Re: [Qemu-devel] [PATCH] win32: Switch thread abstraction to us TLS variable internally

2012-11-23 Thread Paolo Bonzini
> We already depend on working __thread support for coroutines, so this > complication here is no longer needed. > > Signed-off-by: Jan Kiszka Reviewed-by: Paolo Bonzini > --- > > Post-1.3 material. > > qemu-thread-win32.c | 24 ++-- > 1 files changed, 6 insertions(+)

[Qemu-devel] [PATCH] win32: Switch thread abstraction to us TLS variable internally

2012-11-23 Thread Jan Kiszka
We already depend on working __thread support for coroutines, so this complication here is no longer needed. Signed-off-by: Jan Kiszka --- Post-1.3 material. qemu-thread-win32.c | 24 ++-- 1 files changed, 6 insertions(+), 18 deletions(-) diff --git a/qemu-thread-win32.c