The following changes since commit d159148b63cb31ba086d26f1b7da24c0614ca856:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160225' into staging (2016-02-25 10:46:06 +0000) are available in the git repository at: https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20160225 for you to fetch changes up to 828066c78a02a98bc395d125002b2d7a888285bb: target-tricore: add opd trap generation (2016-02-25 12:54:50 +0100) ---------------------------------------------------------------- TriCore bugfixes and synchronous trap implementation ---------------------------------------------------------------- Bastian Koppelmann (6): target-tricore: fix save_context_upper using env->PSW target-tricore: Fix wrong precedences on psw_write target-tricore: Add trap handling & SOVF/OVF traps target-tricore: add context managment trap generation target-tricore: add illegal opcode trap generation target-tricore: add opd trap generation target-tricore/cpu.h | 1 + target-tricore/helper.c | 8 +- target-tricore/helper.h | 3 + target-tricore/op_helper.c | 157 ++++++++++++++- target-tricore/translate.c | 483 ++++++++++++++++++++++++++++++++++++++++++--- 5 files changed, 615 insertions(+), 37 deletions(-) -- 2.7.1