Message ID | 20220702060228.420454-1-richard.henderson@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | target/s390x: Exit tb after executing ex_value | expand |
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
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