[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/11] docs: Replace 'since' -> 'removed in' in removed-features.r
From: |
Michael Tokarev |
Subject: |
[PULL 07/11] docs: Replace 'since' -> 'removed in' in removed-features.rst |
Date: |
Sat, 28 Dec 2024 14:54:42 +0300 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
docs/about/removed-features.rst | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index e3a87f3f55..cb1388049a 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -403,13 +403,13 @@ Sound card devices should be created using ``-device`` or
``-audio``.
The exception is ``pcspk`` which can be activated using ``-machine
pcspk-audiodev=<name>``.
-``-watchdog`` (since 7.2)
-'''''''''''''''''''''''''
+``-watchdog`` (removed in 7.2)
+''''''''''''''''''''''''''''''
Use ``-device`` instead.
-Hexadecimal sizes with scaling multipliers (since 8.0)
-''''''''''''''''''''''''''''''''''''''''''''''''''''''
+Hexadecimal sizes with scaling multipliers (removed in 8.0)
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Input parameters that take a size value should only use a size suffix
(such as 'k' or 'M') when the base is written in decimal, and not when
@@ -510,15 +510,15 @@ than zero.
Removed along with the ``compression`` migration capability.
-``-device virtio-blk,scsi=on|off`` (since 9.1)
-''''''''''''''''''''''''''''''''''''''''''''''
+``-device virtio-blk,scsi=on|off`` (removed in 9.1)
+'''''''''''''''''''''''''''''''''''''''''''''''''''
The virtio-blk SCSI passthrough feature is a legacy VIRTIO feature. VIRTIO 1.0
and later do not support it because the virtio-scsi device was introduced for
full SCSI support. Use virtio-scsi instead when SCSI passthrough is required.
-``-fsdev proxy`` and ``-virtfs proxy`` (since 9.2)
-''''''''''''''''''''''''''''''''''''''''''''''''''
+``-fsdev proxy`` and ``-virtfs proxy`` (removed in 9.2)
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''
The 9p ``proxy`` filesystem backend driver was originally developed to
enhance security by dispatching low level filesystem operations from 9p
@@ -532,8 +532,8 @@ security model option, or switch to ``virtiofs``. The
virtiofs daemon
``virtiofsd`` uses vhost to eliminate the high latency costs of the 9p
``proxy`` backend.
-``-portrait`` and ``-rotate`` (since 9.2)
-'''''''''''''''''''''''''''''''''''''''''
+``-portrait`` and ``-rotate`` (removed in 9.2)
+''''''''''''''''''''''''''''''''''''''''''''''
The ``-portrait`` and ``-rotate`` options were documented as only
working with the PXA LCD device, and all the machine types using
--
2.39.5
- [PULL 01/11] docs/devel: remove dead video link for sourcehut submit process, (continued)
- [PULL 01/11] docs/devel: remove dead video link for sourcehut submit process, Michael Tokarev, 2024/12/28
- [PULL 02/11] hw/timer/hpet: Fix comment about capabilities register, Michael Tokarev, 2024/12/28
- [PULL 05/11] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation, Michael Tokarev, 2024/12/28
- [PULL 06/11] docs: Correct release of TCG trace-events removal, Michael Tokarev, 2024/12/28
- [PULL 09/11] hw/riscv/riscv-iommu-sys.c: fix duplicated 'table_size', Michael Tokarev, 2024/12/28
- [PULL 11/11] qmp: update vhost-user protocol feature maps, Michael Tokarev, 2024/12/28
- [PULL 03/11] hw/timer/hpet: Drop the unused macro, Michael Tokarev, 2024/12/28
- [PULL 04/11] vvfat: fix ubsan issue in create_long_filename, Michael Tokarev, 2024/12/28
- [PULL 10/11] contrib/plugins/bbv.c: Start bb index from 1, Michael Tokarev, 2024/12/28
- [PULL 08/11] target/i386/cpu: Fix notes for CPU models, Michael Tokarev, 2024/12/28
- [PULL 07/11] docs: Replace 'since' -> 'removed in' in removed-features.rst,
Michael Tokarev <=
- Re: [PULL 00/11] Trivial patches for 2024-12-28, Stefan Hajnoczi, 2024/12/28