From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7jD0-0006SJ-Qt for qemu-devel@nongnu.org; Fri, 09 Aug 2013 05:42:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7jCs-0006v9-DW for qemu-devel@nongnu.org; Fri, 09 Aug 2013 05:42:10 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:54748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7jCs-0006v3-78 for qemu-devel@nongnu.org; Fri, 09 Aug 2013 05:42:02 -0400 Received: by mail-ee0-f44.google.com with SMTP id b47so2002113eek.17 for ; Fri, 09 Aug 2013 02:42:01 -0700 (PDT) Date: Fri, 9 Aug 2013 11:41:58 +0200 From: Stefan Hajnoczi Message-ID: <20130809094158.GF22210@stefanha-thinkpad.redhat.com> References: <1375998147-24292-1-git-send-email-alex@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375998147-24292-1-git-send-email-alex@alex.org.uk> Subject: Re: [Qemu-devel] [RFC] [PATCHv8 00/30] aio / timers: Add AioContext timers and use ppoll List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org, liu ping fan , Stefan Hajnoczi , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net On Thu, Aug 08, 2013 at 10:41:57PM +0100, Alex Bligh wrote: > This patch series adds support for timers attached to an AioContext clock > which get called within aio_poll. Patch 29/30 didn't make it to my inbox. It may have been bounced due to size. Using your git repo instead. Stefan