[PATCH v2 0/4] target/s390x: Exit tb after executing ex_value

Richard Henderson posted 4 patches 3 years, 7 months ago
Failed in applying to current master (apply log)
Maintainers: Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
target/s390x/tcg/translate.c | 42 +++++++++++++++---------------------
1 file changed, 17 insertions(+), 25 deletions(-)
[PATCH v2 0/4] target/s390x: Exit tb after executing ex_value
Posted by Richard Henderson 3 years, 7 months ago
Ok, version 1 didn't work, so once more with feeling.
Can you give it a try, Sven?


r~


Richard Henderson (4):
  target/s390x: Remove DISAS_GOTO_TB
  target/s390x: Remove DISAS_PC_STALE
  target/s390x: Remove DISAS_PC_STALE_NOCHAIN
  target/s390x: Exit tb after executing ex_value

 target/s390x/tcg/translate.c | 42 +++++++++++++++---------------------
 1 file changed, 17 insertions(+), 25 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/4] target/s390x: Exit tb after executing ex_value
Posted by Thomas Huth 3 years, 7 months ago
On 02/07/2022 08.02, Richard Henderson wrote:
> Ok, version 1 didn't work, so once more with feeling.
> Can you give it a try, Sven?
> 
> 
> r~
> 
> 
> Richard Henderson (4):
>    target/s390x: Remove DISAS_GOTO_TB
>    target/s390x: Remove DISAS_PC_STALE
>    target/s390x: Remove DISAS_PC_STALE_NOCHAIN
>    target/s390x: Exit tb after executing ex_value
> 
>   target/s390x/tcg/translate.c | 42 +++++++++++++++---------------------
>   1 file changed, 17 insertions(+), 25 deletions(-)
> 

Thanks, queued to my s390x-next branch now:

  https://gitlab.com/thuth/qemu/-/commits/s390x-next/

  Thomas
Re: [PATCH v2 0/4] target/s390x: Exit tb after executing ex_value
Posted by Sven Schnelle 3 years, 7 months ago
Hi Richard,

Richard Henderson <richard.henderson@linaro.org> writes:

> Ok, version 1 didn't work, so once more with feeling.
> Can you give it a try, Sven?

This seems to work. Thanks a lot!

Regards
Sven