From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3tao-0002Lv-7n for qemu-devel@nongnu.org; Tue, 21 Aug 2012 14:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3tak-0002g5-JC for qemu-devel@nongnu.org; Tue, 21 Aug 2012 14:54:22 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:62295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3tak-0002fj-CP for qemu-devel@nongnu.org; Tue, 21 Aug 2012 14:54:18 -0400 Received: by wgbds1 with SMTP id ds1so4356051wgb.4 for ; Tue, 21 Aug 2012 11:54:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5033D955.5090304@redhat.com> Date: Tue, 21 Aug 2012 20:54:13 +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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [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: ronnie sahlberg Cc: Peter Maydell , Stefan Hajnoczi , Anthony Liguori , qemu-devel@nongnu.org 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 Paolo