From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEpjf-0004D3-Op for qemu-devel@nongnu.org; Sat, 05 May 2018 01:27:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEpja-0003hj-Sh for qemu-devel@nongnu.org; Sat, 05 May 2018 01:27:55 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:46486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fEpja-0003hC-MH for qemu-devel@nongnu.org; Sat, 05 May 2018 01:27:50 -0400 Received: by mail-pf0-x243.google.com with SMTP id p12so18947933pff.13 for ; Fri, 04 May 2018 22:27:50 -0700 (PDT) Date: Sat, 5 May 2018 14:27:47 +0900 From: Stafford Horne Message-ID: <20180505052747.GE4501@lianli.shorne-pla.net> References: <20180504054030.24527-1-richard.henderson@linaro.org> <20180504054030.24527-5-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180504054030.24527-5-richard.henderson@linaro.org> Subject: Re: [Qemu-devel] [PATCH 04/13] target/openrisc: Convert memory 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:21PM -0700, Richard Henderson wrote: Acked-by: Stafford Horne > Signed-off-by: Richard Henderson > --- > target/openrisc/translate.c | 275 +++++++++++++++++++++---------------------- > target/openrisc/insns.decode | 24 ++++ > 2 files changed, 160 insertions(+), 139 deletions(-) > > diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c