From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgIiz-0004uV-Gk for qemu-devel@nongnu.org; Tue, 12 Nov 2013 13:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgIis-0006rp-F5 for qemu-devel@nongnu.org; Tue, 12 Nov 2013 13:30:05 -0500 Received: from mail-ve0-x230.google.com ([2607:f8b0:400c:c01::230]:32771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgIis-0006rl-Aa for qemu-devel@nongnu.org; Tue, 12 Nov 2013 13:29:58 -0500 Received: by mail-ve0-f176.google.com with SMTP id c14so4587258vea.7 for ; Tue, 12 Nov 2013 10:29:57 -0800 (PST) Sender: Richard Henderson Message-ID: <52827395.5050207@twiddle.net> Date: Wed, 13 Nov 2013 04:29:41 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1384262987-3972-1-git-send-email-claudio.fontana@linaro.org> In-Reply-To: <1384262987-3972-1-git-send-email-claudio.fontana@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC v2] target-arm: provide skeleton for a64 insn decoding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana , Peter Maydell Cc: Alexander Graf , =?UTF-8?B?QWxleCBCZW5uw6ll?= , qemu-devel@nongnu.org, Michael Matz , patches@linaro.org On 11/12/2013 11:29 PM, Claudio Fontana wrote: > 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) C3 > > Signed-off-by: Claudio Fontana > Signed-off-by: Alex Bennée > Reviewed-by: Alex Bennée > --- > target-arm/translate-a64.c | 368 ++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 360 insertions(+), 8 deletions(-) > > For the rationale, see v1 of the RFC at > http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg01312.html Reviewed-by: Richard Henderson r~