From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmSRz-0000Fq-DO for qemu-devel@nongnu.org; Wed, 25 Mar 2009 08:43:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmSRu-00008d-HJ for qemu-devel@nongnu.org; Wed, 25 Mar 2009 08:43:18 -0400 Received: from [199.232.76.173] (port=43932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmSRu-00008P-9q for qemu-devel@nongnu.org; Wed, 25 Mar 2009 08:43:14 -0400 Received: from belushi.uits.indiana.edu ([129.79.1.188]:44241) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LmSRt-0000dA-P6 for qemu-devel@nongnu.org; Wed, 25 Mar 2009 08:43:13 -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 n2PChBJ9005747 for ; Wed, 25 Mar 2009 08:43:12 -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 n2PChAvD006389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 25 Mar 2009 08:43:11 -0400 Subject: Re: [Qemu-devel] [PATCH 0/25]: add alpha es40 system emulation (v3) From: Brian Wheeler In-Reply-To: <4814064E-5A91-4EF4-98C1-371906585C23@adacore.com> References: <1237909687-31711-1-git-send-email-gingold@adacore.com> <1237923774.21983.34.camel@nibbler.dlib.indiana.edu> <4814064E-5A91-4EF4-98C1-371906585C23@adacore.com> Content-Type: text/plain Date: Wed, 25 Mar 2009 08:43:10 -0400 Message-Id: <1237984990.28518.3.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 On Wed, 2009-03-25 at 08:37 +0100, Tristan Gingold wrote: > On Mar 24, 2009, at 8:42 PM, Brian Wheeler wrote: > > > I applied the patches and I don't see an alpha-softmmu like the other > > full-machine emulators. And I don't see anything in the makefiles for > > qemu-system-alpha. > > > > Am I missing something obvious? > > You have to configure with --target-list=alpha-softmmu. It is not > build by default yet because you can't > go really father that the firmware. > > Tristan. > > Neato. I built it and tried to generate the firmware per hw/es40.c and I get a cpu abort since hwe isn't handled...I tried commenting out the abort but I still didn't get the rom file. That said, I'm really excited to see progress in this area, since the es40 emulator kind of died out... Thanks! Brian