All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] docs: Trivial cleanups
@ 2024-12-19 15:02 Philippe Mathieu-Daudé
  2024-12-19 15:02 ` [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-12-19 15:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Pierrick Bouvier, Michael Tokarev, devel, Alex Bennée,
	Laurent Vivier, qemu-trivial, Philippe Mathieu-Daudé



Philippe Mathieu-Daudé (3):
  docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
  docs: Correct release of TCG trace-events removal
  docs: Replace 'since' -> 'removed in' in removed-features.rst

 docs/about/deprecated.rst       |  2 +-
 docs/about/removed-features.rst | 24 ++++++++++++------------
 2 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.47.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
  2024-12-19 15:02 [PATCH 0/3] docs: Trivial cleanups Philippe Mathieu-Daudé
@ 2024-12-19 15:02 ` Philippe Mathieu-Daudé
  2024-12-19 15:46   ` Alex Bennée
  2024-12-19 15:02 ` [PATCH 2/3] docs: Correct release of TCG trace-events removal Philippe Mathieu-Daudé
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-12-19 15:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Pierrick Bouvier, Michael Tokarev, devel, Alex Bennée,
	Laurent Vivier, qemu-trivial, Philippe Mathieu-Daudé

Use the same style for deprecated / removed commands.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 docs/about/deprecated.rst       | 2 +-
 docs/about/removed-features.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 267892b62f2..d6809f94ea1 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -75,7 +75,7 @@ marked deprecated since 9.0, users have to ensure that all the topology members
 described with -smp are supported by the target machine.
 
 ``-runas`` (since 9.1)
-----------------------
+''''''''''''''''''''''
 
 Use ``-run-with user=..`` instead.
 
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index 9bebee795c0..68fe0b47f9f 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -518,7 +518,7 @@ 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)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+''''''''''''''''''''''''''''''''''''''''''''''''''
 
 The 9p ``proxy`` filesystem backend driver was originally developed to
 enhance security by dispatching low level filesystem operations from 9p
-- 
2.47.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/3] docs: Correct release of TCG trace-events removal
  2024-12-19 15:02 [PATCH 0/3] docs: Trivial cleanups Philippe Mathieu-Daudé
  2024-12-19 15:02 ` [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation Philippe Mathieu-Daudé
@ 2024-12-19 15:02 ` Philippe Mathieu-Daudé
  2024-12-19 15:43   ` Alex Bennée
  2024-12-19 15:02 ` [PATCH 3/3] docs: Replace 'since' -> 'removed in' in removed-features.rst Philippe Mathieu-Daudé
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-12-19 15:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Pierrick Bouvier, Michael Tokarev, devel, Alex Bennée,
	Laurent Vivier, qemu-trivial, Philippe Mathieu-Daudé

TCG trace-events were deprecated before the v6.2 release,
and removed for v7.0.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 docs/about/removed-features.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
index 68fe0b47f9f..e3a87f3f555 100644
--- a/docs/about/removed-features.rst
+++ b/docs/about/removed-features.rst
@@ -1087,8 +1087,8 @@ processor IP (see `Intel discontinuance notification`_).
 TCG introspection features
 --------------------------
 
-TCG trace-events (since 6.2)
-''''''''''''''''''''''''''''
+TCG trace-events (removed in 7.0)
+'''''''''''''''''''''''''''''''''
 
 The ability to add new TCG trace points had bit rotted and as the
 feature can be replicated with TCG plugins it was removed. If
-- 
2.47.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/3] docs: Replace 'since' -> 'removed in' in removed-features.rst
  2024-12-19 15:02 [PATCH 0/3] docs: Trivial cleanups Philippe Mathieu-Daudé
  2024-12-19 15:02 ` [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation Philippe Mathieu-Daudé
  2024-12-19 15:02 ` [PATCH 2/3] docs: Correct release of TCG trace-events removal Philippe Mathieu-Daudé
@ 2024-12-19 15:02 ` Philippe Mathieu-Daudé
  2024-12-19 15:46   ` Alex Bennée
  2024-12-19 18:08 ` [PATCH 0/3] docs: Trivial cleanups Richard Henderson
  2024-12-22  8:56 ` Michael Tokarev
  4 siblings, 1 reply; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-12-19 15:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Pierrick Bouvier, Michael Tokarev, devel, Alex Bennée,
	Laurent Vivier, qemu-trivial, Philippe Mathieu-Daudé

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 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 e3a87f3f555..cb1388049a8 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.47.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/3] docs: Correct release of TCG trace-events removal
  2024-12-19 15:02 ` [PATCH 2/3] docs: Correct release of TCG trace-events removal Philippe Mathieu-Daudé
@ 2024-12-19 15:43   ` Alex Bennée
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2024-12-19 15:43 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Pierrick Bouvier, Michael Tokarev, devel,
	Laurent Vivier, qemu-trivial

Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> TCG trace-events were deprecated before the v6.2 release,
> and removed for v7.0.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
  2024-12-19 15:02 ` [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation Philippe Mathieu-Daudé
@ 2024-12-19 15:46   ` Alex Bennée
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2024-12-19 15:46 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Pierrick Bouvier, Michael Tokarev, devel,
	Laurent Vivier, qemu-trivial

Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Use the same style for deprecated / removed commands.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 3/3] docs: Replace 'since' -> 'removed in' in removed-features.rst
  2024-12-19 15:02 ` [PATCH 3/3] docs: Replace 'since' -> 'removed in' in removed-features.rst Philippe Mathieu-Daudé
@ 2024-12-19 15:46   ` Alex Bennée
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2024-12-19 15:46 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Pierrick Bouvier, Michael Tokarev, devel,
	Laurent Vivier, qemu-trivial

Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/3] docs: Trivial cleanups
  2024-12-19 15:02 [PATCH 0/3] docs: Trivial cleanups Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2024-12-19 15:02 ` [PATCH 3/3] docs: Replace 'since' -> 'removed in' in removed-features.rst Philippe Mathieu-Daudé
@ 2024-12-19 18:08 ` Richard Henderson
  2024-12-22  8:56 ` Michael Tokarev
  4 siblings, 0 replies; 9+ messages in thread
From: Richard Henderson @ 2024-12-19 18:08 UTC (permalink / raw)
  To: qemu-devel

On 12/19/24 07:02, Philippe Mathieu-Daudé wrote:
> 
> 
> Philippe Mathieu-Daudé (3):
>    docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
>    docs: Correct release of TCG trace-events removal
>    docs: Replace 'since' -> 'removed in' in removed-features.rst
> 
>   docs/about/deprecated.rst       |  2 +-
>   docs/about/removed-features.rst | 24 ++++++++++++------------
>   2 files changed, 13 insertions(+), 13 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 0/3] docs: Trivial cleanups
  2024-12-19 15:02 [PATCH 0/3] docs: Trivial cleanups Philippe Mathieu-Daudé
                   ` (3 preceding siblings ...)
  2024-12-19 18:08 ` [PATCH 0/3] docs: Trivial cleanups Richard Henderson
@ 2024-12-22  8:56 ` Michael Tokarev
  4 siblings, 0 replies; 9+ messages in thread
From: Michael Tokarev @ 2024-12-22  8:56 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Pierrick Bouvier, devel, Alex Bennée, Laurent Vivier,
	qemu-trivial, qemu-stable

19.12.2024 18:02, Philippe Mathieu-Daudé wrote:
> 
> 
> Philippe Mathieu-Daudé (3):
>    docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation
>    docs: Correct release of TCG trace-events removal
>    docs: Replace 'since' -> 'removed in' in removed-features.rst

Applied to the trivial-patches tree.

I'm also picking (parts of) it for qemu-stable.

Thanks!

/mjt


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-12-22  8:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 15:02 [PATCH 0/3] docs: Trivial cleanups Philippe Mathieu-Daudé
2024-12-19 15:02 ` [PATCH 1/3] docs: Correct '-runas' and '-fsdev/-virtfs proxy' indentation Philippe Mathieu-Daudé
2024-12-19 15:46   ` Alex Bennée
2024-12-19 15:02 ` [PATCH 2/3] docs: Correct release of TCG trace-events removal Philippe Mathieu-Daudé
2024-12-19 15:43   ` Alex Bennée
2024-12-19 15:02 ` [PATCH 3/3] docs: Replace 'since' -> 'removed in' in removed-features.rst Philippe Mathieu-Daudé
2024-12-19 15:46   ` Alex Bennée
2024-12-19 18:08 ` [PATCH 0/3] docs: Trivial cleanups Richard Henderson
2024-12-22  8:56 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.