From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NY1cX-0003fO-IV for qemu-devel@nongnu.org; Thu, 21 Jan 2010 13:19:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NY1cS-0003XT-Qy for qemu-devel@nongnu.org; Thu, 21 Jan 2010 13:19:05 -0500 Received: from [199.232.76.173] (port=56819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NY1cS-0003XD-Hn for qemu-devel@nongnu.org; Thu, 21 Jan 2010 13:19:00 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:59384) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NY1cR-0004Cp-QA for qemu-devel@nongnu.org; Thu, 21 Jan 2010 13:19:00 -0500 Message-ID: <4B589A91.6030507@mail.berlios.de> Date: Thu, 21 Jan 2010 19:18:57 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Porting TCG to alpha platform References: <284353.46063.qm@web15906.mail.cnb.yahoo.com> In-Reply-To: <284353.46063.qm@web15906.mail.cnb.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: identifier scorpio Cc: qemu-devel@nongnu.org identifier scorpio schrieb: > Thank Mr. Weil for your reply. > > > > > Maybe you can also try the TCG interpreter (TCI) from > > http://repo.or.cz/w/qemu/ar7.git. > > In theory, it supports any host architecture with or > > without native TCG > > support. > > > > It was tested successful with some basic tests on x86, > > mips, ppc and arm, > > so I hope it will run on alpha, too. > > > > so that means i have to learn another set of interface? > is TCI more simple or straightforward than TCG? > > Dong Weiyu. > > > ------------------------------------------------------------------------ > 好玩贺卡等你发,邮箱贺卡全新上线! > Hello, No, you don't have to learn a new interface. Just use it: configure --enable-tcg-interpreter make and run it on alpha. It will be a little slower than a native tcg implementation for alpha because tcg code is interpreted at runtime. Stefan Weil