The following changes since commit 6a50f64ca01d0a7b97f14f069762bfd88160f31e: Merge tag 'pull-request-2023-02-14' of https://gitlab.com/thuth/qemu into staging (2023-02-14 14:46:10 +0000) are available in the Git repository at: https://gitlab.com/berrange/qemu tags/misc-next-pull-request for you to fetch changes up to 36debafddd788066be10b33c5f11b984a08e5c85: ui: remove deprecated 'password' option for SPICE (2023-02-15 11:14:58 -0500) ---------------------------------------------------------------- * Document 'password-secret' option for -iscsi * Deprecate iSCSI 'password' in favour of 'password-secret' * Remove deprecated 'password' option for SPICE * Fix handling of cached read buffers with TLS ---------------------------------------------------------------- Antoine Damhet (2): crypto: TLS: introduce `check_pending` io/channel-tls: fix handling of bigger read buffers 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 ++ crypto/tlssession.c | 14 +++++++ docs/about/deprecated.rst | 16 ++++---- docs/about/removed-features.rst | 7 ++++ include/crypto/tlssession.h | 11 ++++++ io/channel-tls.c | 66 ++++++++++++++++++++++++++++++++- qemu-options.hx | 13 ++----- ui/spice-core.c | 15 -------- 8 files changed, 111 insertions(+), 34 deletions(-) -- 2.39.1