From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGlGG-0003wo-Qa for qemu-devel@nongnu.org; Wed, 26 Sep 2012 02:38:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGlGC-0004Vb-TS for qemu-devel@nongnu.org; Wed, 26 Sep 2012 02:38:20 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:65018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGlGC-0004VV-NE for qemu-devel@nongnu.org; Wed, 26 Sep 2012 02:38:16 -0400 Received: by wibhq12 with SMTP id hq12so182540wib.10 for ; Tue, 25 Sep 2012 23:38:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5062A2D5.2030800@redhat.com> Date: Wed, 26 Sep 2012 08:38:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348577763-12920-1-git-send-email-pbonzini@redhat.com> <1348577763-12920-15-git-send-email-pbonzini@redhat.com> <87fw65n49n.fsf@codemonkey.ws> In-Reply-To: <87fw65n49n.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/17] main-loop: use GSource to poll AIO file descriptors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Il 26/09/2012 00:09, Anthony Liguori ha scritto: > What do you think about deprecating bottom halves in the !block code in > favor of idle functions? I don't see any reason to keep using bottom > halves... The ptimer.c code uses bottom halves internally. Otherwise I'd agree. Paolo > Reviewed-by: Anthony Liguori