From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60030 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHLCf-0004Zp-KU for qemu-devel@nongnu.org; Wed, 26 May 2010 14:19:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHLCU-0002un-MQ for qemu-devel@nongnu.org; Wed, 26 May 2010 14:19:41 -0400 Received: from are.twiddle.net ([75.149.56.221]:39381) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHLCU-0002uJ-HW for qemu-devel@nongnu.org; Wed, 26 May 2010 14:19:30 -0400 Message-ID: <4BFD6631.6040509@twiddle.net> Date: Wed, 26 May 2010 11:19:29 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 6/8] enable event_notifier to use pipes References: <1274882978-9875-1-git-send-email-pbonzini@redhat.com> <1274882978-9875-7-git-send-email-pbonzini@redhat.com> In-Reply-To: <1274882978-9875-7-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 On 05/26/2010 07:09 AM, Paolo Bonzini wrote: > -#ifdef CONFIG_EVENTFD > -#include > -#endif Is there a reason not to use eventfd if it is available? r~