From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDykW-0006fe-Li for qemu-devel@nongnu.org; Wed, 21 Jan 2015 12:07:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDykT-0005di-Pz for qemu-devel@nongnu.org; Wed, 21 Jan 2015 12:07:24 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:39497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDykT-0005dX-Je for qemu-devel@nongnu.org; Wed, 21 Jan 2015 12:07:21 -0500 From: Bastian Koppelmann Date: Wed, 21 Jan 2015 18:08:08 +0000 Message-Id: <1421863692-8145-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PATCH 0/4] TriCore bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, this patchset only contains bugfixes, like the ones found by coverity, and some minor corner cases in some instructions. Cheers, Bastian Bastian Koppelmann (4): target-tricore: Several translator and cpu model fixes target-tricore: calculate av bits before saturation target-tricore: Fix bugs found by coverity target-tricore: split up suov32 into suov32_pos and suov32_neg target-tricore/cpu.c | 2 +- target-tricore/cpu.h | 1 + target-tricore/op_helper.c | 70 ++++++++++++++++++++++++++++------------------ target-tricore/translate.c | 9 +++--- 4 files changed, 50 insertions(+), 32 deletions(-) -- 2.2.2