Fabiano fixed graceful shutdowns for multifd channels previously: https://lore.kernel.org/qemu-devel/20250206175824.22664-1-faro...@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