From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpcJV-0000MU-FP for qemu-devel@nongnu.org; Mon, 21 Sep 2009 02:23:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpcJU-0000MB-JS for qemu-devel@nongnu.org; Mon, 21 Sep 2009 02:23:53 -0400 Received: from [199.232.76.173] (port=36825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpcJU-0000M8-CJ for qemu-devel@nongnu.org; Mon, 21 Sep 2009 02:23:52 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:56466) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpcJU-0007ee-2g for qemu-devel@nongnu.org; Mon, 21 Sep 2009 02:23:52 -0400 Received: by fg-out-1718.google.com with SMTP id d23so862074fga.10 for ; Sun, 20 Sep 2009 23:23:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <200909202120.30891.rob@landley.net> References: <20090917152502.G54732@stanley.csl.cornell.edu> <200909202120.30891.rob@landley.net> Date: Mon, 21 Sep 2009 08:23:50 +0200 Message-ID: <761ea48b0909202323p11d712c1t6a20a1b60e80cc0@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] Fix extlh instruction on Alpha From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: qemu-devel@nongnu.org On Mon, Sep 21, 2009 at 4:20 AM, Rob Landley wrote: > > Any idea how hard it would be to whip up a qemu-system-alpha emulation? = =A0I > note that several real-world alpha boards were essentially just a PC with= a > different processor. =A0(In fact the original Athlon used the Alpha EV6 b= us and > was pin-compatible, so you could drop-in replace the processor with an Al= pha > if you could somehow reflash the bios with alpha instructions instead of = x86.) > > I'd like to boot Alpha Linux on qemu, and it doesn't seem like there's _t= hat_ > much more to do. =A0But last I asked (a couple years ago) I was told the = Alpha > protected mode stuff wasn't implemented yet... There's been a series of patch to add ES40 proposed by Tristan Gingold last March. Look here: http://www.archivum.info/qemu-devel@nongnu.org/2009-03/00723/%5BQemu-devel%= 5D_%5BPATCH_0_24%5D:_add_alpha_es40_system_emulation Laurent