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: Tue, 19 Jan 2010 22:42:34 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

identifier scorpio schrieb:
> Hello.
>
> I ported TCG to alpha platform, the patch is currently based on stable-0.10 
> branch, and now it can run linux-0.2.img testing image on my alpha XP1000 
> workstation. but it still can't run MS-windows, and I hope someone, 
> especially those guys that are working on target-alpha, may help me to find 
> the bugs.
>
> From 0ee33ea1e43298e6045e16dfcf07cb7a530dfd56 Mon Sep 17 00:00:00 2001
> From: Dong Weiyu <address@hidden>
> Date: Tue, 19 Jan 2010 16:22:54 +0800
> Subject: [PATCH] porting TCG to alpha platform.
>
> ---
>  cpu-all.h              |    2 +-
>  tcg/alpha/tcg-target.c | 1335 
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  tcg/alpha/tcg-target.h |   70 +++
>  3 files changed, 1406 insertions(+), 1 deletions(-)
>  create mode 100644 tcg/alpha/tcg-target.c
>  create mode 100644 tcg/alpha/tcg-target.h
>   

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.

Kind regards,
Stefan Weil





reply via email to

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