From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55102 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ph73R-0004sD-Ry for qemu-devel@nongnu.org; Sun, 23 Jan 2011 16:00:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ph73P-0006GN-Kk for qemu-devel@nongnu.org; Sun, 23 Jan 2011 16:00:57 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:38463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ph73P-0006GD-DE for qemu-devel@nongnu.org; Sun, 23 Jan 2011 16:00:55 -0500 Received: by eyg7 with SMTP id 7so1734102eyg.4 for ; Sun, 23 Jan 2011 13:00:54 -0800 (PST) Date: Sun, 23 Jan 2011 22:00:50 +0100 From: "Edgar E. Iglesias" Subject: Re: [Qemu-devel] Emulating powerpc 440EP with qemu-system-ppcemb Message-ID: <20110123210050.GA24918@laped.lan> References: <4D3C262F.5080304@cse.iitd.ac.in> <4D3C76A4.4010208@landley.net> <4D3C8AC3.1060001@cse.iitd.ac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4D3C8AC3.1060001@cse.iitd.ac.in> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dushyant Bansal Cc: Andreas =?iso-8859-1?Q?F=E4rber?= , qemu-devel@nongnu.org On Mon, Jan 24, 2011 at 01:38:35AM +0530, Dushyant Bansal wrote: > On Monday 24 January 2011 01:22 AM, Andreas Färber 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 > >>> -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 year > >> 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? Yes, for a long time the MMU emulation was half done. A few months ago I pushed a set of patches to add enough MMU emulation to handle linux guests. But there are still parts missing. The virtex-ml507 board works good enough to run linux on. I can dig for kernel configs and publish devicetrees and kernel images if there is interest. Cheers