All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "alevy@redhat.com" <alevy@redhat.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in ccid
Date: Tue, 06 Dec 2011 18:37:08 +0100	[thread overview]
Message-ID: <4EDE52C4.10007@siemens.com> (raw)
In-Reply-To: <1323191155-22549-1-git-send-email-pbonzini@redhat.com>

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 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(-)
> 

Oh, cool! I was digging in that pile today as well, wondering what
happened to my patches.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

      parent reply	other threads:[~2011-12-06 17:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Jan Kiszka [this message]

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=4EDE52C4.10007@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=alevy@redhat.com \
    --cc=pbonzini@redhat.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 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.