qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/4] add qemu_thread_join, use it to fix bug in


From: Jan Kiszka
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
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]