qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Porting TCG to alpha platform


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] Porting TCG to alpha platform
Date: Thu, 21 Jan 2010 19:18:57 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

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.
>
>
> ------------------------------------------------------------------------
> 好玩贺卡等你发,邮箱贺卡全新上线!
> <http://cn.rd.yahoo.com/mail_cn/tagline/card/*http://card.mail.cn.yahoo.com/>


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]