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 <claudio.font...@linaro.org> > Signed-off-by: Alex Bennée <a...@bennee.com> > Reviewed-by: Alex Bennée <a...@bennee.com> > --- > 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...@twiddle.net> r~