From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4I92-0003s7-9t for qemu-devel@nongnu.org; Wed, 22 Aug 2012 17:07:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4I91-0001Tl-1v for qemu-devel@nongnu.org; Wed, 22 Aug 2012 17:07:20 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:61513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4I90-0001Td-QQ for qemu-devel@nongnu.org; Wed, 22 Aug 2012 17:07:18 -0400 Received: by wibhm2 with SMTP id hm2so61605wib.10 for ; Wed, 22 Aug 2012 14:07:18 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <50354A03.3030507@redhat.com> Date: Wed, 22 Aug 2012 23:07:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1345564351-14693-1-git-send-email-stefanha@linux.vnet.ibm.com> <1345564351-14693-2-git-send-email-stefanha@linux.vnet.ibm.com> <5033D955.5090304@redhat.com> <87ipcc12uu.fsf@codemonkey.ws> In-Reply-To: <87ipcc12uu.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Ping 1.2 PATCH "eventfd: making it thread safe" (was Re: [PATCH v2 1/3] net: asynchronous send/receive infrastructure for net/socket.c) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , Stefan Hajnoczi , ronnie sahlberg , qemu-devel@nongnu.org Il 21/08/2012 21:06, Anthony Liguori ha scritto: > Paolo Bonzini writes: > >> Il 21/08/2012 18:39, ronnie sahlberg ha scritto: >>> In >>> net_socket_update_fd_handler() >>> >>> shouldnt you call qemu_notify_event() if any of the handlers have >>> changed from NULL to non-NULL ? >>> or else it might take a while before the change takes effect. >> >> Why haven't we applied yet the patch to do that unconditionally? >> >> http://permalink.gmane.org/gmane.comp.emulators.qemu/162828 > > Can you ping the actual patch... Gmane seems to be down right now. David Gibson sent it again a few hours ago ("[PATCH] eventfd: making it thread safe") with my Reviewed-by. Paolo