]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: disable jmp_opt if EFLAGS.RF is 1
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 May 2024 15:17:47 +0000 (17:17 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 27 May 2024 19:05:52 +0000 (22:05 +0300)
commit89ed6d4b6c119e0860ba450e6cb1395e05c83d39
treec41e4c07be1e27f5384697d2c645b523aaf09442
parent085446905000d6b80978815594a7cd34d54ff46b
target/i386: disable jmp_opt if EFLAGS.RF is 1

If EFLAGS.RF is 1, special processing in gen_eob_worker() is needed and
therefore goto_tb cannot be used.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 8225bff7c5db504f50e54ef66b079854635dba70)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/translate.c