From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYuge-0004YI-4M for qemu-devel@nongnu.org; Thu, 25 Feb 2016 07:06:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYuga-0008BX-U8 for qemu-devel@nongnu.org; Thu, 25 Feb 2016 07:06:28 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:48283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYuga-0008Ab-O7 for qemu-devel@nongnu.org; Thu, 25 Feb 2016 07:06:24 -0500 From: Bastian Koppelmann Date: Thu, 25 Feb 2016 13:06:07 +0100 Message-Id: <1456401973-29673-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PULL 0/6] tricore patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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