From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LR8ti-00048t-71 for qemu-devel@nongnu.org; Sun, 25 Jan 2009 12:35:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LR8tg-00048V-HS for qemu-devel@nongnu.org; Sun, 25 Jan 2009 12:35:49 -0500 Received: from [199.232.76.173] (port=60100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LR8tg-00048S-Bv for qemu-devel@nongnu.org; Sun, 25 Jan 2009 12:35:48 -0500 Received: from fk-out-0910.google.com ([209.85.128.186]:52165) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LR8tg-0004LJ-0J for qemu-devel@nongnu.org; Sun, 25 Jan 2009 12:35:48 -0500 Received: by fk-out-0910.google.com with SMTP id z23so2297179fkz.2 for ; Sun, 25 Jan 2009 09:35:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090125162832.GA2922@shareable.org> References: <1232827167-19058-1-git-send-email-agraf@suse.de> <497B7FAD.30005@codemonkey.ws> <71F46A21-2F3F-4526-BDE2-F5BD8312244D@suse.de> <497B8736.5040902@codemonkey.ws> <18D68CC9-539B-42E8-8A11-1F8570C96C56@suse.de> <497BA3C7.1010302@codemonkey.ws> <43377A16-D52E-4C31-8112-BF565A35304B@suse.de> <497C8121.9080903@codemonkey.ws> <20090125162832.GA2922@shareable.org> Date: Sun, 25 Jan 2009 11:35:46 -0600 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Disable AIO for Mac OS X From: Anthony Liguori Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Jan 25, 2009 at 10:28 AM, Jamie Lokier wrote: > Anthony Liguori wrote: >> Alexander Graf wrote: >> >The kill() is called, but we're never receiving the signal. Also when >> >I kill -31 manually from the outside, the signal handler isn't invoked. >> >> Anyone know much about signal delivery in Darwin? Is there a way to do >> thread signaling directly? > > Try pthread_kill()? That should work on everything. > Btw, a pipe might be faster. Yeah, writing to a pipe is going too be a much better overall solution. Regards, Anthony Liguori > -- Jamie > > >