From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnzbf-00052D-6A for qemu-devel@nongnu.org; Tue, 03 Dec 2013 18:42:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnzbZ-0000Aw-Nl for qemu-devel@nongnu.org; Tue, 03 Dec 2013 18:42:19 -0500 Received: from mail-yh0-f50.google.com ([209.85.213.50]:49023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnzbZ-0000As-K3 for qemu-devel@nongnu.org; Tue, 03 Dec 2013 18:42:13 -0500 Received: by mail-yh0-f50.google.com with SMTP id b6so10655239yha.23 for ; Tue, 03 Dec 2013 15:41:38 -0800 (PST) Sender: Richard Henderson Message-ID: <529E6C2A.8090609@twiddle.net> Date: Wed, 04 Dec 2013 12:41:30 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386107477-24165-1-git-send-email-peter.maydell@linaro.org> <1386107477-24165-7-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386107477-24165-7-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/12] target-arm: A64: provide skeleton for a64 insn decoding 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 , Alexander Graf , C Fontana , Dirk Mueller , Laurent Desnogues , kvmarm@lists.cs.columbia.edu On 12/04/2013 10:51 AM, Peter Maydell wrote: > From: Claudio Fontana > > Provide a skeleton for a64 instruction decoding in translate-a64.c, > by dividing instructions into the classes defined by the > ARM Architecture Reference Manual(DDI0487A_a) section C3. > > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 370 +++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 362 insertions(+), 8 deletions(-) Reviewed-by: Richard Henderson r~