From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Zre-0006D4-SR for qemu-devel@nongnu.org; Tue, 23 Jul 2013 06:30:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1Zrd-0003n7-4Z for qemu-devel@nongnu.org; Tue, 23 Jul 2013 06:30:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Zrc-0003mx-Ls for qemu-devel@nongnu.org; Tue, 23 Jul 2013 06:30:40 -0400 Message-ID: <51EE5B34.10507@redhat.com> Date: Tue, 23 Jul 2013 12:30:12 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1374396185-10870-1-git-send-email-pingfank@linux.vnet.ibm.com> <429B80A9A0DBF7FBF05E7C5A@nimrod.local> <628DFBF37B094813C72B6DBF@Ximines.local> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/8] arm AioContext with its own timer stuff List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liu ping fan Cc: Kevin Wolf , Stefan Hajnoczi , Alex Bligh , Jan Kiszka , qemu-devel@nongnu.org, Anthony Liguori Il 23/07/2013 04:53, liu ping fan ha scritto: > The scenior I can figure out is if adopting timeout of poll, then when > changing the deadline, we need to invoke poll, and set the new > timeout, right? Yes, you need to call aio_notify so that poll is reinvoked. Paolo