qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Alpha cpu: fix emulation of ecb


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Alpha cpu: fix emulation of ecb
Date: Wed, 15 Apr 2009 16:46:25 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Apr 10, 2009 at 10:51:24AM +0200, Tristan Gingold wrote:
> As ECB is a hint, it can be safely emulated as a nop.
> 
> This change is necessary to boot Tru64.

Thanks, applied.

> Signed-off-by: Tristan Gingold <address@hidden>
> ---
>  target-alpha/translate.c |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/target-alpha/translate.c b/target-alpha/translate.c
> index ff9d8e2..9702214 100644
> --- a/target-alpha/translate.c
> +++ b/target-alpha/translate.c
> @@ -1720,12 +1720,6 @@ static always_inline int translate_one (DisasContext 
> *ctx, uint32_t insn)
>              break;
>          case 0xE800:
>              /* ECB */
> -            /* XXX: TODO: evict tb cache at address rb */
> -#if 0
> -            ret = 2;
> -#else
> -            goto invalid_opc;
> -#endif
>              break;
>          case 0xF000:
>              /* RS */
> -- 
> 1.6.2
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

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