From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lu6Nn-0006ms-39 for qemu-devel@nongnu.org; Wed, 15 Apr 2009 10:46:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu6Nm-0006mU-E7 for qemu-devel@nongnu.org; Wed, 15 Apr 2009 10:46:34 -0400 Received: from [199.232.76.173] (port=46632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu6Nm-0006mN-4Y for qemu-devel@nongnu.org; Wed, 15 Apr 2009 10:46:34 -0400 Received: from hall.aurel32.net ([88.191.82.174]:47409) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lu6Nk-0003Z6-Ml for qemu-devel@nongnu.org; Wed, 15 Apr 2009 10:46:34 -0400 Date: Wed, 15 Apr 2009 16:46:25 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] Alpha cpu: fix emulation of ecb Message-ID: <20090415144625.GE13794@volta.aurel32.net> References: <1239353484-67823-1-git-send-email-gingold@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1239353484-67823-1-git-send-email-gingold@adacore.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tristan Gingold Cc: qemu-devel@nongnu.org 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 > --- > 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 aurelien@aurel32.net http://www.aurel32.net