On 4/3/23 07:46, Peter Maydell wrote:
Document that the -singlestep command line option is now
deprecated, as it is replaced by either the TCG accelerator
property 'one-insn-per-tb' for system emulation or the new
'-one-insn-per-tb' option for usermode emulation, and remove
the only use of the deprecated syntax from a README.
Signed-off-by: Peter Maydell<peter.maydell(a)linaro.org>
---
docs/about/deprecated.rst | 16 ++++++++++++++++
qemu-options.hx | 5 +++--
tcg/tci/README | 2 +-
3 files changed, 20 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson(a)linaro.org>
r~