From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: jan.kiszka@siemens.com, alevy@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/4] add qemu_thread_join, use it to fix bug in ccid
Date: Mon, 12 Dec 2011 17:21:30 +0100 [thread overview]
Message-ID: <1323706894-29959-1-git-send-email-pbonzini@redhat.com> (raw)
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
next reply other threads:[~2011-12-12 16:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 16:21 Paolo Bonzini [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1323706894-29959-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=alevy@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).