]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: no single-step exception after MOV or POP SS
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 08:03:22 +0000 (10:03 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 27 May 2024 19:05:52 +0000 (22:05 +0300)
commit2cd8deb0d988549255b4530b5fe2dfe402c5f94a
tree84e05ec518d77738d52f733e476f515f0f810443
parent89ed6d4b6c119e0860ba450e6cb1395e05c83d39
target/i386: no single-step exception after MOV or POP SS

Intel SDM 18.3.1.4 "If an occurrence of the MOV or POP instruction
loads the SS register executes with EFLAGS.TF = 1, no single-step debug
exception occurs following the MOV or POP instruction."

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit f0f0136abba688a6516647a79cc91e03fad6d5d7)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/translate.c