From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3tmv-0001gM-Bx for qemu-devel@nongnu.org; Tue, 21 Aug 2012 15:06:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3tmu-0007XQ-Ca for qemu-devel@nongnu.org; Tue, 21 Aug 2012 15:06:53 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:64687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3tmu-0007XC-7p for qemu-devel@nongnu.org; Tue, 21 Aug 2012 15:06:52 -0400 Received: by obbta14 with SMTP id ta14so152991obb.4 for ; Tue, 21 Aug 2012 12:06:51 -0700 (PDT) From: Anthony Liguori In-Reply-To: <5033D955.5090304@redhat.com> 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> Date: Tue, 21 Aug 2012 14:06:49 -0500 Message-ID: <87ipcc12uu.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Paolo Bonzini , ronnie sahlberg Cc: Peter Maydell , Stefan Hajnoczi , qemu-devel@nongnu.org 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. Regards, Anthony Liguori > > Paolo