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/removed-features.rst | |
| parent | 610783cb6e47ccf0c3cde94dcb03dff2ae22107c (diff) | |
| download | focaccia-qemu-36debafddd788066be10b33c5f11b984a08e5c85.tar.gz focaccia-qemu-36debafddd788066be10b33c5f11b984a08e5c85.zip | |
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/removed-features.rst')
| -rw-r--r-- | docs/about/removed-features.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index 4a84e6174f..e901637ce5 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -428,6 +428,13 @@ respectively. The actual backend names should be used instead. Use ``-drive if=pflash`` to configure the OTP device of the sifive_u RISC-V machine instead. +``-spice password=string`` (removed in 8.0) +''''''''''''''''''''''''''''''''''''''''''' + +This option was insecure because the SPICE password remained visible in +the process listing. This was replaced by the new ``password-secret`` +option which lets the password be securely provided on the command +line using a ``secret`` object instance. QEMU Machine Protocol (QMP) commands ------------------------------------ |