From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51003 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ph6HM-0006U1-Fc for qemu-devel@nongnu.org; Sun, 23 Jan 2011 15:11:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ph6HK-0007al-UL for qemu-devel@nongnu.org; Sun, 23 Jan 2011 15:11:16 -0500 Received: from smtp1.iitd.ernet.in ([202.141.68.45]:46753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ph6HK-0007Zx-Iu for qemu-devel@nongnu.org; Sun, 23 Jan 2011 15:11:14 -0500 Message-ID: <4D3C8AC3.1060001@cse.iitd.ac.in> Date: Mon, 24 Jan 2011 01:38:35 +0530 From: Dushyant Bansal MIME-Version: 1.0 Subject: Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb References: <4D3C262F.5080304@cse.iitd.ac.in> <4D3C76A4.4010208@landley.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org On Monday 24 January 2011 01:22 AM, Andreas F=E4rber wrote: > Am 23.01.2011 um 19:42 schrieb Rob Landley: > >> On 01/23/2011 06:59 AM, Dushyant Bansal wrote: >>> When I try to run this command, >>> # qemu-system-ppcemb -nographic -m 128 -M bamboo -kernel uImage =20 >>> -append "" >>> >>> I get the following output and qemu just hangs there: >>> Trying to read privileged spr 947 3b3 at 00001028 >>> Trying to read invalid spr 62 03e at 00000778 >> >> Last I checked, the bamboo board was implemented for KVM not QEMU, and >> QEMU didn't have a ppc440 processor emulation. But that was over a ye= ar >> ago, things could easily have changed... > > Matches my info. No ppc440 series since then. > > Andreas $ ./qemu-system-ppc -cpu ? | grep 440 This is the output. PowerPC 440-Xilinx PVR 7ff21910 qemu version: 0.13.50. Will it work for ppc440 processor emulation? Dushyant