From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz6Ob-0006jd-RH for qemu-devel@nongnu.org; Wed, 29 Apr 2009 05:48:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz6OW-0006iO-Ve for qemu-devel@nongnu.org; Wed, 29 Apr 2009 05:48:04 -0400 Received: from [199.232.76.173] (port=59961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz6OW-0006iH-N7 for qemu-devel@nongnu.org; Wed, 29 Apr 2009 05:48:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:30578) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lz6OW-0004BV-CL for qemu-devel@nongnu.org; Wed, 29 Apr 2009 05:48:00 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz6OT-0002Lj-C1 for qemu-devel@nongnu.org; Wed, 29 Apr 2009 05:47:57 -0400 Message-ID: <49F82247.5040906@redhat.com> Date: Wed, 29 Apr 2009 11:47:51 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [7241] qemu: refactor main_loop (Marcelo Tosatti) References: <49F7848F.7020708@web.de> <20090428224149.GA15512@amt.cnet> <49F7894B.7080103@web.de> <20090428230251.GA15628@amt.cnet> <49F7FF3D.7040603@redhat.com> <49F8079F.9010904@web.de> In-Reply-To: <49F8079F.9010904@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Marcelo Tosatti , qemu-devel@nongnu.org On 04/29/09 09:54, Jan Kiszka wrote: > Gerd Hoffmann wrote: >> On 04/29/09 01:02, Marcelo Tosatti wrote: >>> I started seeing VCPU_RUN fail with EBADFD, though it is not very easy >>> to reproduce (io thread disabled): >> /me too. >> Doing a (kickstart-automated) fedora guest install triggers it for me. >> Happens at some random point during package install. >> >>> #2 0x000000000041bf98 in kvm_cpu_exec (env=0xc04850) >>> at /home/marcelo/git/qemu/kvm-all.c:508 >> Yep, exactly that place. >> > > Does http://permalink.gmane.org/gmane.comp.emulators.qemu/42473 fix it > for you? Yes, looks good. cheers, Gerd