]> 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 04:30:35 +0000 (07:30 +0300)
commit9abcd968e77f257abedb327eb3109ec30a0ba9a7
tree7272d899008ac83e96381593121a652380dd4580
parentddc13a3c422533d5736c4e5f66e2263a496991e5
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