Re: [Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation

2015-06-30 Thread Alexander Graf
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 corrupt

Re: [Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation

2015-06-30 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation

2015-06-30 Thread Alexander Graf
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: Aureli

Re: [Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation

2015-06-29 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation

2015-06-16 Thread Alexander Graf
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:

[Qemu-devel] [PATCH] tcg/s390: fix branch target change during code retranslation

2015-06-15 Thread Aurelien Jarno
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(-) diff