From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMMjJ-0005M0-1Y for qemu-devel@nongnu.org; Tue, 26 Aug 2014 15:48:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMMjA-0001oz-0U for qemu-devel@nongnu.org; Tue, 26 Aug 2014 15:48:32 -0400 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:51878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMMj9-0001on-SK for qemu-devel@nongnu.org; Tue, 26 Aug 2014 15:48:23 -0400 Received: by mail-qc0-f178.google.com with SMTP id x3so16334457qcv.9 for ; Tue, 26 Aug 2014 12:48:23 -0700 (PDT) Sender: Richard Henderson Message-ID: <53FCE483.8040502@twiddle.net> Date: Tue, 26 Aug 2014 12:48:19 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1408726356-14420-1-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1408726356-14420-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 00/15] TriCore architecture guest implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: Bastian Koppelmann On 08/22/2014 09:52 AM, Bastian Koppelmann wrote: > Hi, > > my aim is to add Infineon's TriCore architecture to QEMU. This series of patches adds the target stubs, a basic testboard and a softmmu for system mode emulation. Furthermore it adds all the 16 bit long instructions of the architecture grouped by opcode format. > > After this series of patches. Another one will follow, which adds a lot of the 32 bit long instructions. > > All the best > > Bastian > > Richard Henderson: Thanks alot for the great feedback, I really appreciate it. > > v5 -> v6: > - Add myself to MAINTAINERS > - tricore_testboard: Fix machine name containing blanks. > - get_physical_address: Add PAGE_EXEC permission. > - gen_shaci: Add calculation of PSW.C to shift_count = -32 case. > - gen_intermediate_code_internal: Replace gen_goto_tb with setting of next_pc and exit_tb(0). > - SBC/SBR_JEQ: Negate condition. > - Formating fixes. Peter, I think the translator is in good enough shape to merge. I've briefly looked over the board-level stuff, and it looks ok, but I don't really know what traps to look out for over there. r~