Peter Maydell <peter.mayd...@linaro.org> writes: > On Tue, 25 Apr 2023 at 13:10, Markus Armbruster <arm...@redhat.com> wrote: >> >> Peter Maydell <peter.mayd...@linaro.org> writes: >> >> > -# Notes: @singlestep is enabled through the GDB stub >> > +# Notes: @singlestep is enabled on the command line with >> > +# '-accel tcg,one-insn-per-tb=on', or with the HMP >> > +# 'one-insn-per-tb' command. >> >> You're deleting "enabled through the GDB stub". Is this one of the >> misstatements you alluded to in the commit message > > Yes -- this field has never been anything to do with > GDB-enabled singlestep (or for that matter with > emulation of any guest-CPU architecture singlestep > functionality). I assume that whoever originally wrote > that text was confused by the terrible name of the > command line option/global variable.
Thanks! Reviewed-by: Markus Armbruster <arm...@redhat.com>