From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSGj-0005uO-Db for qemu-devel@nongnu.org; Wed, 29 Oct 2014 08:22:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjSGY-0006TR-Ct for qemu-devel@nongnu.org; Wed, 29 Oct 2014 08:22:29 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:52698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSGY-0006SC-6a for qemu-devel@nongnu.org; Wed, 29 Oct 2014 08:22:18 -0400 From: Bastian Koppelmann Date: Wed, 29 Oct 2014 13:22:16 +0000 Message-Id: <1414588941-845-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PATCH 0/5] Add TriCore BOL, BRC, BRN, BRR and RC instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net Hi, this is the next round of TriCore patches, which adds BOL, BRC, BRN, BRR and RC instructions. I'm not quite sure about the softfreeze. Since this patch has not been announced after the softfreeze, do I have to wait with a pull-request to after the release of 2.2? thanks, Bastian Bastian Koppelmann (5): target-tricore: Add instructions of BOL opcode format target-tricore: Add instructions of BRC opcode format target-tricore: Add instructions of BRN opcode format target-tricore: Add instructions of BRR opcode format target-tricore: Add instructions of RC opcode format target-tricore/helper.h | 6 + target-tricore/op_helper.c | 99 +++++ target-tricore/translate.c | 913 ++++++++++++++++++++++++++++++++++++++- target-tricore/tricore-opcodes.h | 13 +- 4 files changed, 1025 insertions(+), 6 deletions(-) -- 2.1.2