Re: [Qemu-devel] [PATCH 1/4] qemu-thread: add API for joinable threads

2011-12-06 Thread Jan Kiszka
On 2011-12-06 18:05, Paolo Bonzini wrote: > From: Jan Kiszka > > Split from Jan's original qemu-thread-posix.c patch. No semantic change, > just introduce the new API that POSIX and Win32 implementations will > conform to. > > Signed-off-by: Jan Kiszka > Signed-off-by: Paolo Bonzini > --- >

[Qemu-devel] [PATCH 1/4] qemu-thread: add API for joinable threads

2011-12-06 Thread Paolo Bonzini
From: Jan Kiszka Split from Jan's original qemu-thread-posix.c patch. No semantic change, just introduce the new API that POSIX and Win32 implementations will conform to. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- cpus.c |6 -- hw/ccid-card-emulated.c