From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9q6N-0000HG-4o for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9q6J-0004xV-HD for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:37:06 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49982 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9q6J-0004xN-By for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:37:03 -0400 Message-ID: <5592471D.40300@suse.de> Date: Tue, 30 Jun 2015 09:37:01 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1434431501-9840-1-git-send-email-aurelien@aurel32.net> <55915D89.9010205@twiddle.net> <559244D9.1000007@suse.de> <559246EE.1040200@twiddle.net> In-Reply-To: <559246EE.1040200@twiddle.net> Content-Type: text/plain; charset=windows-1252 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: Richard Henderson , Aurelien Jarno , qemu-devel@nongnu.org On 30.06.15 09:36, Richard Henderson wrote: > 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. Sure. Thanks, applied to s390-next. Alex