From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpnrA-0000sz-Av for qemu-devel@nongnu.org; Mon, 21 Sep 2009 14:43:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpnr8-0000sn-Rc for qemu-devel@nongnu.org; Mon, 21 Sep 2009 14:43:23 -0400 Received: from [199.232.76.173] (port=50901 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpnr8-0000sk-Lr for qemu-devel@nongnu.org; Mon, 21 Sep 2009 14:43:22 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:36232 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpnr7-0003vi-Gj for qemu-devel@nongnu.org; Mon, 21 Sep 2009 14:43:22 -0400 From: Rob Landley Subject: Re: [Qemu-devel] [PATCH] Fix extlh instruction on Alpha Date: Mon, 21 Sep 2009 13:43:16 -0500 References: <20090917152502.G54732@stanley.csl.cornell.edu> <200909202120.30891.rob@landley.net> <761ea48b0909202323p11d712c1t6a20a1b60e80cc0@mail.gmail.com> In-Reply-To: <761ea48b0909202323p11d712c1t6a20a1b60e80cc0@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909211343.17160.rob@landley.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues , Tristan Gingold Cc: qemu-devel@nongnu.org On Monday 21 September 2009 01:23:50 Laurent Desnogues wrote: > 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? > > I note that several real-world alpha boards were essentially just a PC > > with a different processor. (In fact the original Athlon used the Alpha > > EV6 bus and was pin-compatible, so you could drop-in replace the > > processor with an Alpha 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 > > _that_ much more to do. But 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. Ooh, thanks. > 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 That's the March 19th posting, he actually posted a newer series on March 30. Still just boots the Bios, not Linux, but it seems a good thing to poke at Looks promising. Has there been any progress since then? (Did any of the series get merged? Is it worth trying to apply this series to current -git, feeding it a linux -kernel, and seeing what happens?) > Laurent Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds