From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzApk-0006sE-Go for qemu-devel@nongnu.org; Thu, 22 May 2008 09:27:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzApj-0006ri-Ri for qemu-devel@nongnu.org; Thu, 22 May 2008 09:27:52 -0400 Received: from [199.232.76.173] (port=47280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzApj-0006rd-HM for qemu-devel@nongnu.org; Thu, 22 May 2008 09:27:51 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:59148) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JzApi-0004uQ-VJ for qemu-devel@nongnu.org; Thu, 22 May 2008 09:27:51 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Support For Octeon/Cavium CPU (MIPS system) Date: Thu, 22 May 2008 14:27:26 +0100 References: <1211453314.48354f82621a1@webmail.alinto.com> In-Reply-To: <1211453314.48354f82621a1@webmail.alinto.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805221427.26860.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: octane indice > I own a cavium/octeon board. I run a linux on it. > > I want to usr qemu for convenience in order to continue my developpements. > > I know that Cavium/octeon board are MIPS CPU. Not really. They're MIPS with extra weirdness. Your kernel needs to match the exact CPU and board that you're emulating. i.e. if you want to use an unmodified kernel you need to add support for both the CPU and board to qemu. Paul