Re: [Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in ccid

2011-12-06 Thread Jan Kiszka
On 2011-12-06 18:05, Paolo Bonzini wrote: > Patches introducing qemu_thread_join have floated around multiple times. > Now I found a bug that requires it to be fixed, so perhaps this time > it will be more successful. > > For the actual bug, see patch 4. > > Jan Kiszka (2): > qemu-thread: add A

[Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in ccid

2011-12-06 Thread Paolo Bonzini
Patches introducing qemu_thread_join have floated around multiple times. Now I found a bug that requires it to be fixed, so perhaps this time it will be more successful. For the actual bug, see patch 4. Jan Kiszka (2): qemu-thread: add API for joinable threads qemu-thread: implement joinable