From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjOvJ-0007O9-NH for qemu-devel@nongnu.org; Wed, 20 Jul 2011 01:02:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjOvI-0005Bv-IM for qemu-devel@nongnu.org; Wed, 20 Jul 2011 01:02:17 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:49605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjOvI-0005Bj-Fv for qemu-devel@nongnu.org; Wed, 20 Jul 2011 01:02:16 -0400 Received: by vxi29 with SMTP id 29so3304581vxi.4 for ; Tue, 19 Jul 2011 22:02:15 -0700 (PDT) From: Alexandre Raymond Date: Wed, 20 Jul 2011 01:01:28 -0400 Message-Id: <1311138090-2909-1-git-send-email-cerbere@gmail.com> Subject: [Qemu-devel] [RFC PATCH 0/2] Signal fixes for OSX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexandre Raymond , pbonzini@redhat.com, andreas.faerber@web.de, agraf@suse.de, jan.kiszka@siemens.com This series fixes a race condition that occurs under OS X. It also reworks the signal initialization to make it simpler for later maintenance/additions. Note that although it _appears_ to fix this race condition, I have not been able to pinpoint exactly how it is triggered. Does anyone know if there is a specific reason why SIGUSR2 is not currently handled via the signal thread? Alexandre Raymond (2): Signals: fix race condition with aio-compat Signals: rework initial signal setup cpus.c | 43 +++++++++++++++++++++++-------------------- 1 files changed, 23 insertions(+), 20 deletions(-) -- 1.7.5