From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVQ8j-0004Su-1X for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:53:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVQ8f-00075M-2U for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:53:00 -0500 Received: from mail-qg0-x244.google.com ([2607:f8b0:400d:c04::244]:32769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVQ8e-00075I-Uz for qemu-devel@nongnu.org; Mon, 15 Feb 2016 15:52:57 -0500 Received: by mail-qg0-x244.google.com with SMTP id y89so11196134qge.0 for ; Mon, 15 Feb 2016 12:52:56 -0800 (PST) Sender: Richard Henderson References: <1455541846-19126-1-git-send-email-kbastian@mail.uni-paderborn.de> From: Richard Henderson Message-ID: <56C23AA2.3080002@twiddle.net> Date: Tue, 16 Feb 2016 07:52:50 +1100 MIME-Version: 1.0 In-Reply-To: <1455541846-19126-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] TriCore exception patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 02/16/2016 12:10 AM, Bastian Koppelmann wrote: > Bastian Koppelmann (4): > target-tricore: Add trap handling > target-tricore: add context managment trap generation > target-tricore: add illegal opcode trap generation > target-tricore: add opd trap generation Comments on patch 1. Patches 2-4: Reviewed-by: Richard Henderson r~