@@ -403,13 +403,13 @@ Sound card devices should be created using ``-device`` or ``-audio``.
403
403
The exception is ``pcspk `` which can be activated using ``-machine
404
404
pcspk-audiodev=<name> ``.
405
405
406
- ``-watchdog `` (since 7.2)
407
- '''''''''''''''''''''''''
406
+ ``-watchdog `` (removed in 7.2)
407
+ ''''''''''''''''''''''''''''''
408
408
409
409
Use ``-device `` instead.
410
410
411
- Hexadecimal sizes with scaling multipliers (since 8.0)
412
- ''''''''''''''''''''''''''''''''''''''''''''''''''''''
411
+ Hexadecimal sizes with scaling multipliers (removed in 8.0)
412
+ '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
413
413
414
414
Input parameters that take a size value should only use a size suffix
415
415
(such as 'k' or 'M') when the base is written in decimal, and not when
@@ -510,15 +510,15 @@ than zero.
510
510
511
511
Removed along with the ``compression `` migration capability.
512
512
513
- ``-device virtio-blk,scsi=on|off `` (since 9.1)
514
- ''''''''''''''''''''''''''''''''''''''''''''''
513
+ ``-device virtio-blk,scsi=on|off `` (removed in 9.1)
514
+ '''''''''''''''''''''''''''''''''''''''''''''''''''
515
515
516
516
The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature. VIRTIO 1.0
517
517
and later do not support it because the virtio-scsi device was introduced for
518
518
full SCSI support. Use virtio-scsi instead when SCSI passthrough is required.
519
519
520
- ``-fsdev proxy `` and ``-virtfs proxy `` (since 9.2)
521
- ''''''''''''''''''''''''''''''''''''''''''''''''''
520
+ ``-fsdev proxy `` and ``-virtfs proxy `` (removed in 9.2)
521
+ '''''''''''''''''''''''''''''''''''''''''''''''''''''''
522
522
523
523
The 9p ``proxy `` filesystem backend driver was originally developed to
524
524
enhance security by dispatching low level filesystem operations from 9p
@@ -532,8 +532,8 @@ security model option, or switch to ``virtiofs``. The virtiofs daemon
532
532
``virtiofsd `` uses vhost to eliminate the high latency costs of the 9p
533
533
``proxy `` backend.
534
534
535
- ``-portrait `` and ``-rotate `` (since 9.2)
536
- '''''''''''''''''''''''''''''''''''''''''
535
+ ``-portrait `` and ``-rotate `` (removed in 9.2)
536
+ ''''''''''''''''''''''''''''''''''''''''''''''
537
537
538
538
The ``-portrait `` and ``-rotate `` options were documented as only
539
539
working with the PXA LCD device, and all the machine types using
0 commit comments