@@ -63,45 +63,6 @@ as short-form boolean values, and passed to plugins as ``arg_name=on``.
6363However, short-form booleans are deprecated and full explicit ``arg_name=on ``
6464form is preferred.
6565
66- ``-no-hpet `` (since 8.0)
67- ''''''''''''''''''''''''
68-
69- The HPET setting has been turned into a machine property.
70- Use ``-machine hpet=off `` instead.
71-
72- ``-no-acpi `` (since 8.0)
73- ''''''''''''''''''''''''
74-
75- The ``-no-acpi `` setting has been turned into a machine property.
76- Use ``-machine acpi=off `` instead.
77-
78- ``-async-teardown `` (since 8.1)
79- '''''''''''''''''''''''''''''''
80-
81- Use ``-run-with async-teardown=on `` instead.
82-
83- ``-chroot `` (since 8.1)
84- '''''''''''''''''''''''
85-
86- Use ``-run-with chroot=dir `` instead.
87-
88- ``-singlestep `` (since 8.1)
89- '''''''''''''''''''''''''''
90-
91- The ``-singlestep `` option has been turned into an accelerator property,
92- and given a name that better reflects what it actually does.
93- Use ``-accel tcg,one-insn-per-tb=on `` instead.
94-
95- User-mode emulator command line arguments
96- -----------------------------------------
97-
98- ``-singlestep `` (since 8.1)
99- '''''''''''''''''''''''''''
100-
101- The ``-singlestep `` option has been given a name that better reflects
102- what it actually does. For both linux-user and bsd-user, use the
103- new ``-one-insn-per-tb `` option instead.
104-
10566QEMU Machine Protocol (QMP) commands
10667------------------------------------
10768
@@ -173,20 +134,6 @@ accepted incorrect commands will return an error. Users should make sure that
173134all arguments passed to ``device_add `` are consistent with the documented
174135property types.
175136
176- ``StatusInfo `` member ``singlestep `` (since 8.1)
177- ''''''''''''''''''''''''''''''''''''''''''''''''
178-
179- The ``singlestep `` member of the ``StatusInfo `` returned from the
180- ``query-status `` command is deprecated. This member has a confusing
181- name and it never did what the documentation claimed or what its name
182- suggests. We do not believe that anybody is actually using the
183- information provided in this member.
184-
185- The information it reports is whether the TCG JIT is in "one
186- instruction per translated block" mode (which can be set on the
187- command line or via the HMP, but not via QMP). The information remains
188- available via the HMP 'info jit' command.
189-
190137QEMU Machine Protocol (QMP) events
191138----------------------------------
192139
@@ -203,15 +150,6 @@ points was removed in 7.0. However QMP still exposed the vcpu
203150parameter. This argument has now been deprecated and the remaining
204151remaining trace points that used it are selected just by name.
205152
206- Human Monitor Protocol (HMP) commands
207- -------------------------------------
208-
209- ``singlestep `` (since 8.1)
210- ''''''''''''''''''''''''''
211-
212- The ``singlestep `` command has been replaced by the ``one-insn-per-tb ``
213- command, which has the same behaviour but a less misleading name.
214-
215153Host Architectures
216154------------------
217155
0 commit comments