diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-01 09:27:35 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-02 17:58:05 +0200 |
commit | 21dca6e6c79e28dc05f7a0722895618b489223a5 (patch) | |
tree | 0b64899767200f1cd1d017f8d7ba7beed867c552 | |
parent | 42ab9014a9de94fc8c0aa97b1822230a5ee96bfa (diff) | |
download | qemu-21dca6e6c79e28dc05f7a0722895618b489223a5.zip qemu-21dca6e6c79e28dc05f7a0722895618b489223a5.tar.gz qemu-21dca6e6c79e28dc05f7a0722895618b489223a5.tar.bz2 |
docs/about/removed-features: Clarify 'device_add' is removed
All other titles in removed-features.rst mention when
the feature was removed using "removed in". Use that
instead of "since" which we use for when a feature is
deprecated.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20250901113957.17113-1-philmd@linaro.org>
-rw-r--r-- | docs/about/removed-features.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index dc3d4ea..fff781d 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -730,8 +730,8 @@ Use ``multifd-channels`` instead. Use ``multifd-compression`` instead. -Incorrectly typed ``device_add`` arguments (since 9.2) -'''''''''''''''''''''''''''''''''''''''''''''''''''''' +Incorrectly typed ``device_add`` arguments (removed in 9.2) +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Due to shortcomings in the internal implementation of ``device_add``, QEMU used to incorrectly accept certain invalid arguments. Any object |