> 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(+)
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