qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2 0/4] add qemu_thread_join, use it to fix bug in ccid
Date: Mon, 12 Dec 2011 17:35:36 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 12/12/2011 10:21 AM, 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.

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

Applied all.  Thanks.

Regards,

Anthony Liguori


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





reply via email to

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