From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPkRp-0003gv-Dq for qemu-devel@nongnu.org; Sat, 11 Jul 2009 17:49:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPkRk-0003Zo-VL for qemu-devel@nongnu.org; Sat, 11 Jul 2009 17:49:33 -0400 Received: from [199.232.76.173] (port=53473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPkRk-0003Zf-SH for qemu-devel@nongnu.org; Sat, 11 Jul 2009 17:49:28 -0400 Received: from mx20.gnu.org ([199.232.41.8]:53007) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPkRk-0002Gs-H3 for qemu-devel@nongnu.org; Sat, 11 Jul 2009 17:49:28 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPkRj-0000Ti-R9 for qemu-devel@nongnu.org; Sat, 11 Jul 2009 17:49:28 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Powerpc regressions? Date: Sat, 11 Jul 2009 22:49:18 +0100 References: <200907071748.03623.rob@landley.net> <20090710234252.GC23268@hall.aurel32.net> <20090711020923.GA16615@hall.aurel32.net> In-Reply-To: <20090711020923.GA16615@hall.aurel32.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907112249.22659.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno , Gerd Hoffmann > After some more tries, I am able to reproduce a similar problem using my > Debian image. The problem has been caused by this commit, which is not > directly related to PowerPC. Something is wrong with the irq handling > there. Should be fixed by 616cbc7. Paul