From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypgw9-0007dl-V4 for qemu-devel@nongnu.org; Tue, 05 May 2015 13:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypgw6-0003Tz-3q for qemu-devel@nongnu.org; Tue, 05 May 2015 13:47:17 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:45906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypgw5-0003Sx-TY for qemu-devel@nongnu.org; Tue, 05 May 2015 13:47:14 -0400 From: Bastian Koppelmann Date: Tue, 5 May 2015 19:46:58 +0200 Message-Id: <1430848023-21048-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PATCH 0/5] TriCore bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, here is a round of bugfixes for the TriCore, which are mostly one liner. Cheers, Bastian Bastian Koppelmann (5): target-tricore: Fix LOOP using wrong register for compare target-tricore: fix SLR_LD_W and SLR_LD_W_POSTINC insn being a 2 byte memory access insted of 4 target-tricore: fix BO_OFF10_SEXT calculating the wrong offset target-tricore: fix rslcx restoring the upper context instead of the lower target-tricore: fix rfe not restoring the PC target-tricore/op_helper.c | 3 ++- target-tricore/translate.c | 6 +++--- target-tricore/tricore-opcodes.h | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) -- 2.3.7