CRIS updates:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 2 May 2008 22:16:17 +0000 (22:16 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 2 May 2008 22:16:17 +0000 (22:16 +0000)
commit939f2ff88ce630960ee2b3c2c2a4b07100c5d206
treeb6c2840eabbfce1f272c47e754686af9e9473403
parenta024a78d7334a1c0a298b768f83aeca845c32ec5
CRIS updates:
* Support both the I and D MMUs and improve the accuracy of the MMU model.
* Handle the automatic user/kernel stack pointer switching when leaving or entering user mode.
* Move the CCS evaluation into helper funcs.
* Make sure user-mode cannot change flags only writeable in kernel mode.
* More conversion of the translator into TCG.
* Handle exceptions while in a delayslot.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4299 c046a42c-6fe2-441c-8c8c-71466251a162
cpu-exec.c
target-cris/cpu.h
target-cris/helper.c
target-cris/helper.h
target-cris/mmu.c
target-cris/mmu.h
target-cris/op.c
target-cris/op_helper.c
target-cris/translate.c