]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Disable goto_tb with architectural singlestep
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Jul 2023 17:22:52 +0000 (10:22 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 1 Aug 2023 06:04:09 +0000 (09:04 +0300)
commitd53d3f07dc488961bb9cb074504efdf890603c96
tree17f7effb6ceaa20d1c6105bd29c2fdba3a9975d2
parent26a49f9f6283083cf6084696ee99914228a3690a
target/ppc: Disable goto_tb with architectural singlestep

The change to use translator_use_goto_tb went too far, as the
CF_SINGLE_STEP flag managed by the translator only handles
gdb single stepping and not the architectural single stepping
modeled in DisasContext.singlestep_enabled.

Fixes: 6e9cc373ec5 ("target/ppc: Use translator_use_goto_tb")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1795
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit 2e718e665706d5fcc3e3501bda26f277f055ed85)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/ppc/translate.c