From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFS9h-0005Um-4B for qemu-devel@nongnu.org; Wed, 04 Apr 2012 11:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFS9a-0004sg-Qz for qemu-devel@nongnu.org; Wed, 04 Apr 2012 11:29:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFS9a-0004q7-JL for qemu-devel@nongnu.org; Wed, 04 Apr 2012 11:29:46 -0400 Message-ID: <4F7C68E2.508@redhat.com> Date: Wed, 04 Apr 2012 17:29:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4F7C663E.20200@redhat.com> <4F7C67BA.4000007@siemens.com> In-Reply-To: <4F7C67BA.4000007@siemens.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] Spread the use of QEMU threading & locking API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Kevin Wolf , Anthony Liguori , "qemu-devel@nongnu.org" Il 04/04/2012 17:24, Jan Kiszka ha scritto: >> > For patches 3 and 4, I'd rather use an EventNotifier... > ...which still lacks support for non-eventfd systems. Hmm, I guess it's > time to consolidate both. Perhaps you can take the relevant patches out of the thread-blocks branch at git://github.com/pbonzini/qemu.git? The iothread eventfd could also use an EventNotifier. Paolo