From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyziK-0007hh-UH for qemu-devel@nongnu.org; Tue, 16 Jul 2013 03:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyziJ-0000mX-LV for qemu-devel@nongnu.org; Tue, 16 Jul 2013 03:30:24 -0400 Received: from mail.avalus.com ([2001:41c8:10:1dd::10]:44272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyziJ-0000hB-Fw for qemu-devel@nongnu.org; Tue, 16 Jul 2013 03:30:23 -0400 Date: Tue, 16 Jul 2013 08:30:08 +0100 From: Alex Bligh Message-ID: In-Reply-To: <51E4E54A.10908@redhat.com> References: <1373127897-3445-1-git-send-email-alex@alex.org.uk> <51E4063D.6010308@redhat.com> <75638CBA408455BF52192DA7@Ximines.local> <51E4613D.9000106@redhat.com> <44590808AF4A6E7DC093637A@nimrod.local> <51E4E54A.10908@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH] [RFC] aio/async: Add timed bottom-halves Reply-To: Alex Bligh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , qemu-devel@nongnu.org, Alex Bligh , rth@twiddle.net Paolo, --On 16 July 2013 08:16:42 +0200 Paolo Bonzini wrote: > You did. But aio_wait() ignores the timeout. It is only used by the > main loop. OK well that seems worth fixing in any case, as even without timed bh's that means no bh can be executed for an indeterminate time. I'll have a look at that. -- Alex Bligh