]> 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 11:27:37 +0000 (14:27 +0300)
commitc6171d524db7260ceb1f81a3e8484ff16a7b349a
tree4954db6c1ee88ead7feb1a3b9827d9f20da806ee
parent93fa768d402495ba907b9ccaef35c052835facf3
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