All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in ccid
@ 2011-12-06 17:05 Paolo Bonzini
  2011-12-06 17:05 ` [Qemu-devel] [PATCH 1/4] qemu-thread: add API for joinable threads Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Paolo Bonzini @ 2011-12-06 17:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: jan.kiszka, alevy

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 threads for POSIX

Paolo Bonzini (2):
  qemu-thread: implement joinable threads for Win32
  ccid: make threads joinable

 cpus.c                  |    6 ++-
 hw/ccid-card-emulated.c |   25 +++++------
 qemu-thread-posix.c     |   35 ++++++++++++++--
 qemu-thread-win32.c     |  107 ++++++++++++++++++++++++++++++----------------
 qemu-thread-win32.h     |    5 +-
 qemu-thread.h           |    8 +++-
 roms/seabios            |    2 +-
 ui/vnc-jobs-async.c     |    2 +-
 8 files changed, 127 insertions(+), 63 deletions(-)

-- 
1.7.7.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-12-07 11:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 17:05 [Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in ccid Paolo Bonzini
2011-12-06 17:05 ` [Qemu-devel] [PATCH 1/4] qemu-thread: add API for joinable threads Paolo Bonzini
2011-12-06 17:40   ` Jan Kiszka
2011-12-06 17:05 ` [Qemu-devel] [PATCH 2/4] qemu-thread: implement joinable threads for POSIX Paolo Bonzini
2011-12-06 17:37   ` Jan Kiszka
2011-12-06 17:05 ` [Qemu-devel] [PATCH 3/4] qemu-thread: implement joinable threads for Win32 Paolo Bonzini
2011-12-06 17:39   ` Jan Kiszka
2011-12-06 18:10     ` Paolo Bonzini
2011-12-06 17:05 ` [Qemu-devel] [PATCH 4/4] ccid: make threads joinable Paolo Bonzini
2011-12-07 11:35   ` Alon Levy
2011-12-06 17:37 ` [Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in ccid Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.