From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VohvD-0000g8-Bo for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:01:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vohv8-0003i3-Ft for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:01:27 -0500 Received: from mail-yh0-x22d.google.com ([2607:f8b0:4002:c01::22d]:38709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vohv8-0003gj-9n for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:01:22 -0500 Received: by mail-yh0-f45.google.com with SMTP id v1so12155910yhn.18 for ; Thu, 05 Dec 2013 15:01:21 -0800 (PST) Sender: Richard Henderson Message-ID: <52A105B9.2090805@twiddle.net> Date: Fri, 06 Dec 2013 12:01:13 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386280289-27636-1-git-send-email-peter.maydell@linaro.org> <1386280289-27636-10-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386280289-27636-10-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/13] target-arm: A64: add support for 1-src REV insns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/06/2013 10:51 AM, Peter Maydell wrote: > From: Claudio Fontana > > This adds support for C5.6.149 REV, C5.6.151 REV32, C5.6.150 REV16. > > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 73 +++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 72 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~