[PATCH v2 0/3] More work on deprecation/removal of clear text passwords

Daniel P. Berrangé posted 3 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221216113152.584460-1-berrange@redhat.com
Maintainers: Ronnie Sahlberg <ronniesahlberg@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Lieven <pl@kamp.de>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
block/iscsi.c                   |  3 +++
docs/about/deprecated.rst       | 16 ++++++++--------
docs/about/removed-features.rst |  7 +++++++
qemu-options.hx                 | 13 +++----------
ui/spice-core.c                 | 15 ---------------
5 files changed, 21 insertions(+), 33 deletions(-)
[PATCH v2 0/3] More work on deprecation/removal of clear text passwords
Posted by Daniel P. Berrangé 1 year, 4 months ago
This deprecates the -iscsi clear text 'password' option
and deletes the previously deprecated -spice 'password'
option.

Changed in v2:

 * Fixed section placement for iscsi deprecation docs
 * Fixed missing brackets in -iscsi help
 * Write in past tense for -spice password removal docs

Daniel P. Berrangé (3):
  block: mention 'password-secret' option for -iscsi
  block: deprecate iSCSI 'password' in favour of 'password-secret'
  ui: remove deprecated 'password' option for SPICE

 block/iscsi.c                   |  3 +++
 docs/about/deprecated.rst       | 16 ++++++++--------
 docs/about/removed-features.rst |  7 +++++++
 qemu-options.hx                 | 13 +++----------
 ui/spice-core.c                 | 15 ---------------
 5 files changed, 21 insertions(+), 33 deletions(-)

-- 
2.38.1