Skip to content

Commit 1dd1a36

Browse files
philmdMichael Tokarev
authored andcommitted
docs: Replace 'since' -> 'removed in' in removed-features.rst
Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Alex Bennée <[email protected]> Reviewed-by: Michael Tokarev <[email protected]> Signed-off-by: Michael Tokarev <[email protected]>
1 parent b4859e8 commit 1dd1a36

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/about/removed-features.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,13 @@ Sound card devices should be created using ``-device`` or ``-audio``.
403403
The exception is ``pcspk`` which can be activated using ``-machine
404404
pcspk-audiodev=<name>``.
405405

406-
``-watchdog`` (since 7.2)
407-
'''''''''''''''''''''''''
406+
``-watchdog`` (removed in 7.2)
407+
''''''''''''''''''''''''''''''
408408

409409
Use ``-device`` instead.
410410

411-
Hexadecimal sizes with scaling multipliers (since 8.0)
412-
''''''''''''''''''''''''''''''''''''''''''''''''''''''
411+
Hexadecimal sizes with scaling multipliers (removed in 8.0)
412+
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
413413

414414
Input parameters that take a size value should only use a size suffix
415415
(such as 'k' or 'M') when the base is written in decimal, and not when
@@ -510,15 +510,15 @@ than zero.
510510

511511
Removed along with the ``compression`` migration capability.
512512

513-
``-device virtio-blk,scsi=on|off`` (since 9.1)
514-
''''''''''''''''''''''''''''''''''''''''''''''
513+
``-device virtio-blk,scsi=on|off`` (removed in 9.1)
514+
'''''''''''''''''''''''''''''''''''''''''''''''''''
515515

516516
The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature. VIRTIO 1.0
517517
and later do not support it because the virtio-scsi device was introduced for
518518
full SCSI support. Use virtio-scsi instead when SCSI passthrough is required.
519519

520-
``-fsdev proxy`` and ``-virtfs proxy`` (since 9.2)
521-
''''''''''''''''''''''''''''''''''''''''''''''''''
520+
``-fsdev proxy`` and ``-virtfs proxy`` (removed in 9.2)
521+
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
522522

523523
The 9p ``proxy`` filesystem backend driver was originally developed to
524524
enhance security by dispatching low level filesystem operations from 9p
@@ -532,8 +532,8 @@ security model option, or switch to ``virtiofs``. The virtiofs daemon
532532
``virtiofsd`` uses vhost to eliminate the high latency costs of the 9p
533533
``proxy`` backend.
534534

535-
``-portrait`` and ``-rotate`` (since 9.2)
536-
'''''''''''''''''''''''''''''''''''''''''
535+
``-portrait`` and ``-rotate`` (removed in 9.2)
536+
''''''''''''''''''''''''''''''''''''''''''''''
537537

538538
The ``-portrait`` and ``-rotate`` options were documented as only
539539
working with the PXA LCD device, and all the machine types using

0 commit comments

Comments
 (0)