From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4tSQ-0002f8-Lm for qemu-devel@nongnu.org; Tue, 16 Jun 2015 12:11:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4tSL-00048u-Nb for qemu-devel@nongnu.org; Tue, 16 Jun 2015 12:11:26 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43740 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4tSL-00047n-Ha for qemu-devel@nongnu.org; Tue, 16 Jun 2015 12:11:21 -0400 Message-ID: <55804AA7.6050300@suse.de> Date: Tue, 16 Jun 2015 18:11:19 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1434431501-9840-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1434431501-9840-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Richard Henderson On 06/16/15 07:11, Aurelien Jarno wrote: > Make sure to not modify the branch target. This ensure that the > branch target is not corrupted during partial retranslation. > > Cc: Alexander Graf > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno This fixes endless loops on s390x for me. Tested-by: Alexander Graf Alex