From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9px0-0000nM-Ky for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:27:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9pwx-0007Qv-EK for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:27:26 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49003 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9pwx-0007Qo-7g for qemu-devel@nongnu.org; Tue, 30 Jun 2015 03:27:23 -0400 Message-ID: <559244D9.1000007@suse.de> Date: Tue, 30 Jun 2015 09:27:21 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1434431501-9840-1-git-send-email-aurelien@aurel32.net> <55915D89.9010205@twiddle.net> In-Reply-To: <55915D89.9010205@twiddle.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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 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(-) >=20 > 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? Alex