From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9q5e-0007ni-DB for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9q5b-0004fw-3R for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:36:22 -0400 Received: from mail-qk0-x22e.google.com ([2607:f8b0:400d:c09::22e]:34127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9q5a-0004fp-Uf for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:36:19 -0400 Received: by qkeo142 with SMTP id o142so810794qke.1 for ; Tue, 30 Jun 2015 00:36:18 -0700 (PDT) Sender: Richard Henderson References: <1434431501-9840-1-git-send-email-aurelien@aurel32.net> <55915D89.9010205@twiddle.net> <559244D9.1000007@suse.de> From: Richard Henderson Message-ID: <559246EE.1040200@twiddle.net> Date: Tue, 30 Jun 2015 08:36:14 +0100 MIME-Version: 1.0 In-Reply-To: <559244D9.1000007@suse.de> 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: Alexander Graf , Aurelien Jarno , qemu-devel@nongnu.org On 06/30/2015 08:27 AM, Alexander Graf wrote: > > > On 29.06.15 17:00, Richard Henderson wrote: >> 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 > > This is for s390 hosts. Should I still take it via the s390-next tree or > do you want to push it? I'm travelling at the moment. If you could take it that would be helpful. r~