qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] migration/tls: Graceful shutdowns for main and postcopy channels
@ 2025-09-10 16:01 Peter Xu
  2025-09-10 16:01 ` [PATCH 1/3] migration/tls: Gracefully shutdown main and preempt channels Peter Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Peter Xu @ 2025-09-10 16:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, Juraj Marcin, Daniel P . Berrangé, Fabiano Rosas

Fabiano fixed graceful shutdowns for multifd channels previously:

https://lore.kernel.org/qemu-devel/20250206175824.22664-1-farosas@suse.de/

However we likely forgot the rest channels.  Do it the same for the main
and postcopy channels.  This fixes a warning message when running unit test
/ARCH/migration/postcopy/preempt/tls/psk.

Thanks,

Peter Xu (3):
  migration/tls: Gracefully shutdown main and preempt channels
  migration: Make migration_has_failed() work even for CANCELLING
  migration/multifd: Use the new graceful termination helper

 migration/channel.h   |  3 +++
 migration/migration.h |  2 ++
 migration/tls.h       |  1 -
 migration/channel.c   | 20 ++++++++++++++++++++
 migration/migration.c | 27 +++++++++++++++++++++++++--
 migration/multifd.c   | 40 +++++++---------------------------------
 migration/tls.c       |  5 -----
 7 files changed, 57 insertions(+), 41 deletions(-)

-- 
2.50.1



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

end of thread, other threads:[~2025-09-18 16:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10 16:01 [PATCH 0/3] migration/tls: Graceful shutdowns for main and postcopy channels Peter Xu
2025-09-10 16:01 ` [PATCH 1/3] migration/tls: Gracefully shutdown main and preempt channels Peter Xu
2025-09-17 20:22   ` Fabiano Rosas
2025-09-10 16:01 ` [PATCH 2/3] migration: Make migration_has_failed() work even for CANCELLING Peter Xu
2025-09-17 20:52   ` Fabiano Rosas
2025-09-17 22:00     ` Peter Xu
2025-09-18 13:43       ` Fabiano Rosas
2025-09-10 16:01 ` [PATCH 3/3] migration/multifd: Use the new graceful termination helper Peter Xu
2025-09-17 21:07   ` Fabiano Rosas
2025-09-11 13:13 ` [PATCH 0/3] migration/tls: Graceful shutdowns for main and postcopy channels Peter Xu
2025-09-17 20:56   ` Fabiano Rosas
2025-09-17 21:50     ` Peter Xu
2025-09-18 13:47       ` Fabiano Rosas
2025-09-18 16:15         ` Peter Xu

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).