From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlB4z-0005P7-NQ for qemu-devel@nongnu.org; Thu, 25 Oct 2007 18:21:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlB4y-0005NZ-KB for qemu-devel@nongnu.org; Thu, 25 Oct 2007 18:21:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlB4y-0005NJ-GI for qemu-devel@nongnu.org; Thu, 25 Oct 2007 18:21:28 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlB4y-0000PS-67 for qemu-devel@nongnu.org; Thu, 25 Oct 2007 18:21:28 -0400 From: Rob Landley Subject: Re: [Qemu-devel] qemu alpha? Date: Thu, 25 Oct 2007 18:21:02 -0500 References: <4711DF16.1040307@linux-kernel.at> <200710191949.14806.rob@landley.net> <4719C372.10500@gmail.com> In-Reply-To: <4719C372.10500@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710251821.02216.rob@landley.net> 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 Cc: "J. Mayer" , Sunil Amitkumar Janki , oliver@linux-kernel.at On Saturday 20 October 2007 3:59:30 am Sunil Amitkumar Janki wrote: > Rob Landley wrote: > > I'm interested in testing Alpha too, but I haven't seem a > > qemu-system-alpha > > show up yet. Alas, I have no hardware or specific expertise in this > > platform, I'm just trying to build and boot Linux kernels (and > > corresponding root filesystems) on as many emulated target platforms as I > > can. > > > > Rob > > Hi Rob, > > I've been reading Alpha documentation, that I was pointed to > by Wikipedia, over the summer, because I too would like to see > a qemu-system-alpha. The problem is I don't really know how > to develop for QEMU in general and in particular this target. > > The QEMU source code looks very complicated and opaque to me, > but that may be because I lack the necessary knowledge and > experience to reach a thorough understanding of it. I would > appreciate it if someone could tell me where and how to start. Start here: http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html Fabrice Bellard's Usenix paper describing the design of qemu. (I found the PDF easier to read, myself.) Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.