From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V88BQ-0000kl-6z for qemu-devel@nongnu.org; Sat, 10 Aug 2013 08:22:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V88BH-0006EA-PH for qemu-devel@nongnu.org; Sat, 10 Aug 2013 08:22:12 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:60978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V88BH-0006E3-Jd for qemu-devel@nongnu.org; Sat, 10 Aug 2013 08:22:03 -0400 Received: by mail-ee0-f54.google.com with SMTP id e53so2598284eek.27 for ; Sat, 10 Aug 2013 05:22:02 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52063045.5060809@redhat.com> Date: Sat, 10 Aug 2013 14:21:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1376129195-29872-1-git-send-email-alex@alex.org.uk> In-Reply-To: <1376129195-29872-1-git-send-email-alex@alex.org.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] [PATCHv9 00/31] 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 , Jan Kiszka , qemu-devel@nongnu.org, liu ping fan , Stefan Hajnoczi , MORITA Kazutaka , rth@twiddle.net Il 10/08/2013 12:06, Alex Bligh ha scritto: > Changes since v8: > * PR_SET_TIMERSLACK commit should have relevant configure patch within > * Delete timerlist_set_notify_cb, put into timerlist_new > * Add missing QLIST_INIT of clock->timerlists > * Fix documentation for timerlist_get_clock > * Rename qemu_timer_xxx to timer_xxx > * Remove unintentional change to pc-bios/slof.bin > * Introduce timer_init and aio_timer_init Fair enough, we can do the TLG refactoring later. Paolo