From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4IQM-0007KH-GL for qemu-devel@nongnu.org; Wed, 22 Aug 2012 17:25:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4IQF-0007h9-Ql for qemu-devel@nongnu.org; Wed, 22 Aug 2012 17:25:14 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:34926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4IQF-0007fL-Lu for qemu-devel@nongnu.org; Wed, 22 Aug 2012 17:25:07 -0400 Received: by obbta14 with SMTP id ta14so90219obb.4 for ; Wed, 22 Aug 2012 14:25:06 -0700 (PDT) From: Anthony Liguori In-Reply-To: <50354A03.3030507@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> <87ipcc12uu.fsf@codemonkey.ws> <50354A03.3030507@redhat.com> Date: Wed, 22 Aug 2012 16:25:03 -0500 Message-ID: <87boi24o28.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 Cc: Peter Maydell , Stefan Hajnoczi , ronnie sahlberg , qemu-devel@nongnu.org Paolo Bonzini writes: > 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. Yup, I've applied it. Thanks. Regards, Anthony Liguori > > Paolo