Hi, checkpatch.pl complains about patch 4/7 due to the generated
meson-buildoptions.sh file. Please ignore.

The following changes since commit 9e601684dc24a521bb1d23215a63e5c6e79ea0bb:

  Update version for the v10.1.0-rc0 release (2025-07-22 15:48:48 -0400)

are available in the Git repository at:

  https://gitlab.com/farosas/qemu.git tags/migration-20250722-pull-request

for you to fetch changes up to 0db6f798024ea6f57ecf2020209b761b50a01d71:

  crypto: add tracing & warning about GNUTLS countermeasures (2025-07-22 
19:39:30 -0300)

----------------------------------------------------------------
Migration pull request

- Fixes to postcopy blocktime latency display code
- Fix to QMP error message (not)shown when postcopy fails
- Workaround to a GNUTLS bug that crashes QEMU

----------------------------------------------------------------

Daniel P. Berrangé (5):
  migration: show error message when postcopy fails
  crypto: implement workaround for GNUTLS thread safety problems
  io: add support for activating TLS thread safety workaround
  migration: activate TLS thread safety workaround
  crypto: add tracing & warning about GNUTLS countermeasures

Fabiano Rosas (2):
  migration: HMP: Fix possible out-of-bounds access
  migration: HMP: Fix postcopy latency distribution label

 crypto/tlssession.c            | 103 ++++++++++++++++++++++++++++++++-
 crypto/trace-events            |   2 +
 include/crypto/tlssession.h    |  14 +++++
 include/io/channel.h           |   1 +
 io/channel-tls.c               |   5 ++
 meson.build                    |   9 +++
 meson_options.txt              |   2 +
 migration/migration-hmp-cmds.c |  10 ++--
 migration/tls.c                |   9 +++
 scripts/meson-buildoptions.sh  |   5 ++
 10 files changed, 152 insertions(+), 8 deletions(-)

--
2.35.3

Reply via email to