[PULL 0/5] Misc next patches

Daniel P. Berrangé posted 5 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PULL 0/5] Misc next patches
Posted by Daniel P. Berrangé 1 year, 2 months ago
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

Re: [PULL 0/5] Misc next patches
Posted by Peter Maydell 1 year, 2 months ago
On Wed, 15 Feb 2023 at 17:48, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM