From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9aY4-0000Rs-M3 for qemu-devel@nongnu.org; Mon, 29 Jun 2015 11:00:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9aY1-0004lA-EH for qemu-devel@nongnu.org; Mon, 29 Jun 2015 11:00:40 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:33337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9aY1-0004kS-9x for qemu-devel@nongnu.org; Mon, 29 Jun 2015 11:00:37 -0400 Received: by qkhu186 with SMTP id u186so95764938qkh.0 for ; Mon, 29 Jun 2015 08:00:36 -0700 (PDT) Sender: Richard Henderson References: <1434431501-9840-1-git-send-email-aurelien@aurel32.net> From: Richard Henderson Message-ID: <55915D89.9010205@twiddle.net> Date: Mon, 29 Jun 2015 16:00:25 +0100 MIME-Version: 1.0 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: Alexander Graf On 06/16/2015 06:11 AM, 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 > --- > tcg/s390/tcg-target.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~