From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEpoL-00058e-K3 for qemu-devel@nongnu.org; Sat, 05 May 2018 01:32:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEpoH-0008RX-NH for qemu-devel@nongnu.org; Sat, 05 May 2018 01:32:45 -0400 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:34102) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEpoH-0008Ql-G4 for qemu-devel@nongnu.org; Sat, 05 May 2018 01:32:41 -0400 Received: by mail-pf0-x241.google.com with SMTP id a14so18992786pfi.1 for ; Fri, 04 May 2018 22:32:41 -0700 (PDT) Date: Sat, 5 May 2018 14:32:37 +0900 From: Stafford Horne Message-ID: <20180505053237.GF4501@lianli.shorne-pla.net> References: <20180504054030.24527-1-richard.henderson@linaro.org> <20180504054030.24527-6-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180504054030.24527-6-richard.henderson@linaro.org> Subject: Re: [Qemu-devel] [PATCH 05/13] target/openrisc: Convert remainder of dec_misc insns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Thu, May 03, 2018 at 10:40:22PM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson Acked-by: Stafford Horne > --- > target/openrisc/translate.c | 279 +++++++++++++++++++------------------------ > target/openrisc/insns.decode | 35 +++++- > 2 files changed, 151 insertions(+), 163 deletions(-) > > diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c