From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57661 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgzZk-0005o4-O4 for qemu-devel@nongnu.org; Sun, 23 Jan 2011 08:01:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgzZj-0000nK-R0 for qemu-devel@nongnu.org; Sun, 23 Jan 2011 08:01:48 -0500 Received: from smtp1.iitd.ernet.in ([202.141.68.45]:52214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgzZj-0000n5-Dd for qemu-devel@nongnu.org; Sun, 23 Jan 2011 08:01:47 -0500 Received: from localhost (localhost [127.0.0.1]) by smtp1.iitd.ernet.in (Postfix) with ESMTP id B27B3400F4 for ; Sun, 23 Jan 2011 18:31:36 +0530 (IST) Received: from smtp1.iitd.ernet.in ([127.0.0.1]) by localhost (smtp1.iitd.ernet.in [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TD+xlfwHkU8C for ; Sun, 23 Jan 2011 18:31:30 +0530 (IST) Received: from [10.20.254.17] (dhcp17.cse.iitd.ernet.in [10.20.254.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: cs5070214) by smtp1.iitd.ernet.in (Postfix) with ESMTPSA id AEE74400D5 for ; Sun, 23 Jan 2011 18:31:30 +0530 (IST) Message-ID: <4D3C262F.5080304@cse.iitd.ac.in> Date: Sun, 23 Jan 2011 18:29:27 +0530 From: Dushyant Bansal MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, I have configured and built qemu with device tree support. qemu-version: 0.13.50 I have built kernel image (uImage) for bamboo using powerpc-440 toolchain. kernel-version: 2.6.37-rc6+ When I try to run this command, # qemu-system-ppcemb -nographic -m 128 -M bamboo -kernel uImage -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 Has anyone tried to emulate bamboo with qemu before ? Thanks, Dushyant