From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK6hJ-0004PT-Pn for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK6hE-00080j-UP for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:17:09 -0400 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:63353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK6hE-00080f-Pb for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:17:04 -0400 Received: by mail-qc0-f169.google.com with SMTP id c9so7792556qcz.0 for ; Wed, 20 Aug 2014 07:17:01 -0700 (PDT) Sender: Richard Henderson Message-ID: <53F4ADD6.9040908@twiddle.net> Date: Wed, 20 Aug 2014 07:16:54 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1407931644-25602-1-git-send-email-kbastian@mail.uni-paderborn.de> <1407931644-25602-2-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1407931644-25602-2-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 v5 01/15] target-tricore: Add target stubs and qom-cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 08/13/2014 05:07 AM, Bastian Koppelmann wrote: > Add TriCore target stubs, and QOM cpu. > > Signed-off-by: Bastian Koppelmann > --- > v4 -> v5: > - Change documentation of S, SV bits to use bit 31. > - psw_read/_write now uses only bit 31 of S, SV bits. Reviewed-by: Richard Henderson r~