From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXDyp-0005CA-09 for qemu-devel@nongnu.org; Wed, 23 May 2012 12:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXDyg-0005z3-Ea for qemu-devel@nongnu.org; Wed, 23 May 2012 12:00:06 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:44211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXDyg-0005yJ-8W for qemu-devel@nongnu.org; Wed, 23 May 2012 11:59:58 -0400 Message-ID: <4FBD097B.2010708@weilnetz.de> Date: Wed, 23 May 2012 17:59:55 +0200 From: Stefan Weil MIME-Version: 1.0 References: <4FBC4563.60909@eagerm.com> <20120523061822.GA12625@cs.nctu.edu.tw> <4FBCF61C.1060801@eagerm.com> In-Reply-To: <4FBCF61C.1060801@eagerm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] How to create new target port? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Eager Cc: qemu-devel@nongnu.org Am 23.05.2012 16:37, schrieb Michael Eager: > On 05/22/2012 11:18 PM, =E9=99=B3=E9=9F=8B=E4=BB=BB wrote: >>> I'm investigating adding a new target architecture >>> to QEMU. Are there documents, how-to's, or other >>> guidance on how to approach this? Or any advice? >>> >>> I noticed that there are a number of directories for >>> architectures like target-arm and target-mips. There >>> are also definitions under tcg for arm and mips. I >>> noticed that target-microblaze exists, but there is >>> no microblaze directory under tcg. What does this >>> mean? >> >> Depends on what you'd like to add, a guest or a host support. If=20 >> you want to >> add a new guest, take target-xxx/* as an example. Otherwise, looks at=20 >> tcg/xxx/*. >> The term "target" could be a little MISLEADING here. :) > > I'm interested in adding a new emulated architecture, > not a new host. So adding a new target- sounds > like the plan. Yes, that's the place for new target architectures. Which architecture are you thinking of? Maybe someone else is already working on it. http://wiki.qemu.org/Links has an incomplete list of links to unofficial versions of QEMU which support additional targets. Regards, Stefan Weil