From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIS4e-0004tD-Ep for qemu-devel@nongnu.org; Wed, 30 Aug 2006 11:33:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIS4c-0004ra-K2 for qemu-devel@nongnu.org; Wed, 30 Aug 2006 11:33:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIS4c-0004rV-EB for qemu-devel@nongnu.org; Wed, 30 Aug 2006 11:33:50 -0400 Received: from [129.79.1.75] (helo=julesburg.uits.indiana.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GISE2-0008AX-KI for qemu-devel@nongnu.org; Wed, 30 Aug 2006 11:43:34 -0400 Received: from mail-relay.iu.edu (stjoseph.uits.indiana.edu [129.79.1.78]) by julesburg.uits.indiana.edu (8.13.6/8.12.10/IUPO) with ESMTP id k7UF8uGE007254 for ; Wed, 30 Aug 2006 11:32:14 -0400 (EDT) Received: from wombat.dlib.indiana.edu (wombat.dlib.indiana.edu [129.79.35.118]) (authenticated bits=0) by mail-relay.iu.edu (8.13.6/8.12.10/IUPO) with ESMTP id k7UEdQuO027213 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 30 Aug 2006 10:39:26 -0400 (EDT) From: Brian Wheeler Content-Type: text/plain Date: Wed, 30 Aug 2006 10:39:26 -0400 Message-Id: <1156948766.2212.21.camel@wombat.dlib.indiana.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] AXP guest? 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 Has anyone looked at doing an Alpha guest? The instruction set seems fairly straightforward and the machine as a whole seems to be an alpha chip + pci, which shouldn't be all that different from the x86 machine setup, from a full system point of view. I've been looking through the qemu documentation and I'm not even sure where one would begin to add this. My C is pretty rusty, but I'd start giving it a shot if someone could give me some pointers on how to get started. At the very least I could contribute some grudge work writing op routines... [I'm curious to know if a qemu-axp on my athlon 64 3200+ would outpace my alpha 1000a/233! I suspect it would give it a run for its money.] Brian