diff options
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 4a84e61..e901637 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 ------------------------------------ |