From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXERa-0001J7-Kz for qemu-devel@nongnu.org; Thu, 16 Jun 2011 11:25:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXERY-0007Sz-LV for qemu-devel@nongnu.org; Thu, 16 Jun 2011 11:25:18 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:60876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXERY-0007SX-4G for qemu-devel@nongnu.org; Thu, 16 Jun 2011 11:25:16 -0400 Received: by pvg3 with SMTP id 3so1236317pvg.4 for ; Thu, 16 Jun 2011 08:25:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DF9CD7E.5020509@siemens.com> References: <4DF9CD7E.5020509@siemens.com> From: Alexandre Raymond Date: Thu, 16 Jun 2011 11:24:54 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC][PATCH] Register Linux dyntick timer as per-thread signal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Paolo Bonzini , Anthony Liguori , qemu-devel , kvm , Sasha Levin Hi Jan, On Thu, Jun 16, 2011 at 5:31 AM, Jan Kiszka wrote: > Ingo Molnar pointed out that sending the timer signal to the whole > process, just blocking it everywhere, is suboptimal with an increasing > number of threads. QEMU is using this pattern so far. I am not familiar with this code, but don't you already need to block SIGALRM properly in all threads for OSes != Linux ? If so, isn't this patch redundant? Alexandre