]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-cris: Switch to AREG0 free mode
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 7 Sep 2012 14:13:27 +0000 (16:13 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:08 +0000 (01:42 -0500)
commitc383331e9d2351187e8462816c4f45d8f345c35f
treead8840cb2496dff204f58b2491570c591c53c73d
parentd36ae16dd4626ab0754f0a40af622ded306c30ed
target-cris: Switch to AREG0 free mode

Add an explicit CPUCRISState parameter instead of relying on AREG0, and
use cpu_ld* in translation and interrupt handling. Remove AREG0 swapping
in tlb_fill(). Switch to AREG0 free mode

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure
target-cris/Makefile.objs
target-cris/helper.c
target-cris/op_helper.c
target-cris/translate.c
target-cris/translate_v10.c