qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] Migration patches for 2025-07-22
@ 2025-07-22 23:42 Fabiano Rosas
  2025-07-22 23:42 ` [PULL 1/7] migration: HMP: Fix possible out-of-bounds access Fabiano Rosas
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Fabiano Rosas @ 2025-07-22 23:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Xu

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-07-25 15:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 23:42 [PULL 0/7] Migration patches for 2025-07-22 Fabiano Rosas
2025-07-22 23:42 ` [PULL 1/7] migration: HMP: Fix possible out-of-bounds access Fabiano Rosas
2025-07-22 23:42 ` [PULL 2/7] migration: HMP: Fix postcopy latency distribution label Fabiano Rosas
2025-07-22 23:42 ` [PULL 3/7] migration: show error message when postcopy fails Fabiano Rosas
2025-07-22 23:42 ` [PULL 4/7] crypto: implement workaround for GNUTLS thread safety problems Fabiano Rosas
2025-07-22 23:42 ` [PULL 5/7] io: add support for activating TLS thread safety workaround Fabiano Rosas
2025-07-22 23:42 ` [PULL 6/7] migration: activate " Fabiano Rosas
2025-07-22 23:42 ` [PULL 7/7] crypto: add tracing & warning about GNUTLS countermeasures Fabiano Rosas
2025-07-25 15:24 ` [PULL 0/7] Migration patches for 2025-07-22 Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).