From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR236-0000Wg-CI for qemu-devel@nongnu.org; Wed, 15 Jul 2009 06:49:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR231-0000T1-HB for qemu-devel@nongnu.org; Wed, 15 Jul 2009 06:49:19 -0400 Received: from [199.232.76.173] (port=40848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR231-0000Su-7Y for qemu-devel@nongnu.org; Wed, 15 Jul 2009 06:49:15 -0400 Received: from mx20.gnu.org ([199.232.41.8]:19056) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MR230-000183-KT for qemu-devel@nongnu.org; Wed, 15 Jul 2009 06:49:14 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR22z-00088Y-8q for qemu-devel@nongnu.org; Wed, 15 Jul 2009 06:49:13 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Inquring about Arm11mpcore Date: Wed, 15 Jul 2009 11:49:09 +0100 References: <4A5C556FA5C54142AE33C414481CE79C16E2B88F1D@mucse404.eu.infineon.com> In-Reply-To: <4A5C556FA5C54142AE33C414481CE79C16E2B88F1D@mucse404.eu.infineon.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907151149.10228.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: Zheng.Wang@infineon.com On Wednesday 15 July 2009, Zheng.Wang@infineon.com wrote: > Hello all, > > I have used qemu-0.10.5 to emulate kernel 2.6.24 on arm11mpcore of realview > platform Make sure you're using the right board. qemu emulates a revB Emulation Baseboard plus core tile. This should work out the box. Other boards almost certainly won't work. One symptom may be that the interrupt routing will be wrong, which is consistent with your symptoms. Paul