From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoJhJ-0006xS-8E for qemu-devel@nongnu.org; Mon, 30 Mar 2009 11:46:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoJhE-0006va-1R for qemu-devel@nongnu.org; Mon, 30 Mar 2009 11:46:48 -0400 Received: from [199.232.76.173] (port=54624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoJhD-0006vT-Rj for qemu-devel@nongnu.org; Mon, 30 Mar 2009 11:46:43 -0400 Received: from belushi.uits.indiana.edu ([129.79.1.188]:34983) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LoJhB-0001uZ-Ue for qemu-devel@nongnu.org; Mon, 30 Mar 2009 11:46:43 -0400 Received: from mail-relay.iu.edu (candy.uits.indiana.edu [129.79.1.201]) by belushi.uits.indiana.edu (8.14.2/8.13.8/IU Messaging Team) with ESMTP id n2UFkQnr024877 for ; Mon, 30 Mar 2009 11:46:27 -0400 Received: from [129.79.35.119] (nibbler.dlib.indiana.edu [129.79.35.119]) (authenticated bits=0) by mail-relay.iu.edu (8.14.2/8.13.8/IU Messaging Team Submission) with ESMTP id n2UFkPXT032330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 30 Mar 2009 11:46:26 -0400 Subject: Re: [Qemu-devel] [PATCH 0/20]: add alpha es40 system emulation (v4) From: Brian Wheeler In-Reply-To: <1238423794-25455-1-git-send-email-gingold@adacore.com> References: <1238423794-25455-1-git-send-email-gingold@adacore.com> Content-Type: text/plain Date: Mon, 30 Mar 2009 11:46:25 -0400 Message-Id: <1238427985.2272.11.camel@nibbler.dlib.indiana.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 I get a fatal message on boot: es40: arr[0]=0000000000004005: 128MB at 128MB qemu: fatal: cpu_alpha_mtpr_21264: ipr 0x80 not handled Putting an empty case in helper.c gets past that, but then fails on 0xf0 and 0x22. Then it fails on pctx.astrr Brian On Mon, 2009-03-30 at 16:36 +0200, Tristan Gingold wrote: > new version of alpha system emulation. > > I have followed Paul Brook's advice and now patch 02 has only one code paths. > For 32 bits address spaces the code looks equivalent to the current one. > For address spaces lager than 32 bits, only the size of level may have > changed. > > I have also fixed the comment (thanks to Aurelien) in path 05. > > Two new bugs in alpha tcg code have been fixed (see pathes 07 and 08) > > Some bugs have also been fixed in system emulation code. I am making > progress... With some additionnal patches, I can now run AlphaBIOS. > > Comments and reviews are welcome, > Tristan. > >