From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58765 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLe3M-0001xY-9B for qemu-devel@nongnu.org; Mon, 07 Jun 2010 11:15:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLe3K-0002ha-HV for qemu-devel@nongnu.org; Mon, 07 Jun 2010 11:15:51 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:51416) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLe3K-0002hU-EK for qemu-devel@nongnu.org; Mon, 07 Jun 2010 11:15:50 -0400 Received: by vws16 with SMTP id 16so2171644vws.4 for ; Mon, 07 Jun 2010 08:15:49 -0700 (PDT) Sender: Richard Henderson Message-ID: <4C0D0D0E.4080506@twiddle.net> Date: Mon, 07 Jun 2010 08:15:26 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] make qemu_thread_create block all signals References: <1275571232-26486-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1275571232-26486-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, ego@in.ibm.com On 06/03/2010 06:20 AM, Paolo Bonzini wrote: > All signals will thus be routed through the IO thread. > > Signed-off-by: Paolo Bonzini > --- > cpus.c | 38 +++++++++++--------------------------- > qemu-thread.c | 7 +++++++ > 2 files changed, 18 insertions(+), 27 deletions(-) Acked-by: Richard Henderson r~