From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRPuD-00053D-Lz for qemu-devel@nongnu.org; Tue, 31 May 2011 10:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRPuC-0003g0-PY for qemu-devel@nongnu.org; Tue, 31 May 2011 10:26:49 -0400 Message-ID: <4DE4FAA1.7080109@codemonkey.ws> Date: Tue, 31 May 2011 09:26:41 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1306705831-59385-1-git-send-email-andreas.faerber@web.de> <4DE4F16D.6030009@codemonkey.ws> <4DE4F5E2.5020906@siemens.com> In-Reply-To: <4DE4F5E2.5020906@siemens.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] Use SIGIO with caution List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "qemu-trivial@nongnu.org" , =?UTF-8?B?QW5kcmU=?= =?UTF-8?B?YXMgRsOkcmJlcg==?= , Marcelo Tosatti , "qemu-devel@nongnu.org" , Avi Kivity On 05/31/2011 09:06 AM, Jan Kiszka wrote: > On 2011-05-31 15:47, Anthony Liguori wrote: >> On 05/29/2011 04:50 PM, Andreas Färber wrote: >>> BeOS and Haiku don't define SIGIO. When undefined, it won't arrive >>> and doesn't need to be blocked. >>> >>> Signed-off-by: Andreas Färber >> >> Anything to do with signal masks is never a trivial patch BTW... >> >> But I actually think explicit handling of SIGIO is unneeded. I think >> this is a hold over from the pre-I/O thread days where we selectively >> set SIGIO on certain file descriptors to make sure that when an IO fd >> became readable, we received a signal to break out of the KVM emulation >> loop. >> >> Can the folks on CC confirm/deny? >> >> I can't see any use of SIGIO in the current source tree. > > At least qemu-timer.c uses SIGIO in HPET mode. That only applies to > Linux hosts, though. Is there any reason we still carry multiple timer implementations these days? HPET shouldn't be any better than dynticks. Regards, Anthony Liguori > > Jan >