From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYJ28-00055l-0o for qemu-devel@nongnu.org; Tue, 23 Feb 2016 14:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYJ24-0006X1-EB for qemu-devel@nongnu.org; Tue, 23 Feb 2016 14:54:07 -0500 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:32969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYJ24-0006WO-AD for qemu-devel@nongnu.org; Tue, 23 Feb 2016 14:54:04 -0500 Received: by mail-qk0-x235.google.com with SMTP id s5so72511707qkd.0 for ; Tue, 23 Feb 2016 11:54:04 -0800 (PST) Sender: Richard Henderson References: <1455889615-3435-1-git-send-email-kbastian@mail.uni-paderborn.de> From: Richard Henderson Message-ID: <56CCB8D9.4010001@twiddle.net> Date: Tue, 23 Feb 2016 11:54:01 -0800 MIME-Version: 1.0 In-Reply-To: <1455889615-3435-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-tricore: fix save_context_upper using env->PSW List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 02/19/2016 05:46 AM, Bastian Koppelmann wrote: > If the cached bits for C, V, SV, AV, or SAV were set, they would > not be saved during the context save since env->PSW was stored instead > of properly reading them using psw_read(). > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/op_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~