diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2022-12-01 04:22:11 -0500 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2023-02-15 11:14:58 -0500 |
commit | 36debafddd788066be10b33c5f11b984a08e5c85 (patch) | |
tree | 4f7743d7c48062459b95ee4ff8115daba97c365b /docs/about/deprecated.rst | |
parent | 610783cb6e47ccf0c3cde94dcb03dff2ae22107c (diff) | |
download | qemu-36debafddd788066be10b33c5f11b984a08e5c85.zip qemu-36debafddd788066be10b33c5f11b984a08e5c85.tar.gz qemu-36debafddd788066be10b33c5f11b984a08e5c85.tar.bz2 |
ui: remove deprecated 'password' option for SPICE
This has been replaced by the 'password-secret' option,
which references a 'secret' object instance.
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/about/deprecated.rst')
-rw-r--r-- | docs/about/deprecated.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index d31ffa8..2827b0c 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -66,14 +66,6 @@ and will cause a warning. The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on`` rather than ``delay=off``. -``-spice password=string`` (since 6.0) -'''''''''''''''''''''''''''''''''''''' - -This option is insecure because the SPICE password remains visible in -the process listing. This is replaced by the new ``password-secret`` -option which lets the password be securely provided on the command -line using a ``secret`` object instance. - ``-smp`` ("parameter=0" SMP configurations) (since 6.2) ''''''''''''''''''''''''''''''''''''''''''''''''''''''' |