From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPEa-0001CC-2v for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBPEU-0000lW-37 for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:11:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPET-0000lI-S2 for qemu-devel@nongnu.org; Mon, 19 Aug 2013 09:10:54 -0400 Date: Mon, 19 Aug 2013 14:40:01 +0200 From: Stefan Hajnoczi Message-ID: <20130819124001.GB4829@stefanha-thinkpad.redhat.com> References: <1376598879-18976-1-git-send-email-alex@alex.org.uk> <20130816152458.GB12878@stefanha-thinkpad.redhat.com> <3ADD95E3-553E-4206-94DB-888783E3DB99@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ADD95E3-553E-4206-94DB-888783E3DB99@alex.org.uk> Subject: Re: [Qemu-devel] [PATCHv11 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 , Stefan Hajnoczi , qemu-devel@nongnu.org, liu ping fan , Jan Kiszka , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net On Fri, Aug 16, 2013 at 04:37:28PM +0100, Alex Bligh wrote: > Stefan, > > On 16 Aug 2013, at 16:24, Stefan Hajnoczi wrote: > > > Please run qemu-iotests on this series and fix any failures. It is > > failing with "I/O thread has spun for 1000 iterations". > > It does that without my patch. Below is the iterative build log for > each revision being added (I've snipped all of stdout/stderr save > this error), and you will see the main-loop warning > appears even before the first of my patches is applied. Alex investigated more on IRC and found the bug. Fixed in v12. Stefan