All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] add qemu_thread_join, use it to fix bug in ccid
@ 2011-12-12 16:21 Paolo Bonzini
  2011-12-12 16:21 ` [Qemu-devel] [PATCH v2 1/4] qemu-thread: add API for joinable threads Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paolo Bonzini @ 2011-12-12 16:21 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.

v1->v2: remove spurious submodule change, fix blank lines

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 +++-
 ui/vnc-jobs-async.c     |    2 +-
 8 files changed, 127 insertions(+), 63 deletions(-)

-- 
1.7.7.1

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

end of thread, other threads:[~2011-12-12 23:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 16:21 [Qemu-devel] [PATCH v2 0/4] add qemu_thread_join, use it to fix bug in ccid Paolo Bonzini
2011-12-12 16:21 ` [Qemu-devel] [PATCH v2 1/4] qemu-thread: add API for joinable threads Paolo Bonzini
2011-12-12 16:21 ` [Qemu-devel] [PATCH v2 2/4] qemu-thread: implement joinable threads for POSIX Paolo Bonzini
2011-12-12 16:21 ` [Qemu-devel] [PATCH v2 3/4] qemu-thread: implement joinable threads for Win32 Paolo Bonzini
2011-12-12 16:21 ` [Qemu-devel] [PATCH v2 4/4] ccid: make threads joinable Paolo Bonzini
2011-12-12 23:35 ` [Qemu-devel] [PATCH v2 0/4] add qemu_thread_join, use it to fix bug in ccid Anthony Liguori

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.