From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahuo0-0006P9-H4 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 04:03:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahunw-0005UJ-L1 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 04:03:16 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:43400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahunw-0005Tq-E5 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 04:03:12 -0400 Received: from tweenies.uni-paderborn.de ([131.234.189.21] helo=localhost.localdomain) by mail.uni-paderborn.de with esmtp (Exim 4.84_2 spheron) id 1ahunt-0000OT-J2 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 09:03:10 +0100 Received: from mail.uni-paderborn.de by tweenies with queue id 1076689-4 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 08:03:09 GMT From: Bastian Koppelmann Date: Mon, 21 Mar 2016 09:03:00 +0100 Message-Id: <1458547383-23102-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PATCH v2 0/3] TriCore bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kbastian@mail.uni-paderborn.de Hi, this series tackles the bugfixes found during FPU implementation and are mostly on liners. This includes a missing break in a switch statement, a forgotten reset of an OVF bit, and psw_read() clearing too many bits. Cheers, Bastian v1 -> v2: - in patch 01 another missing break was added Bastian Koppelmann (3): target-tricore: add missing break in insn decode switch stmt target-tricore: Fix helper_msub64_q_ssov not reseting OVF bit target-tricore: Fix psw_read() clearing too many bits target-tricore/helper.c | 2 +- target-tricore/op_helper.c | 2 ++ target-tricore/translate.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) -- 2.7.4