These five patches almost get the Reviewed-by and are extracted from previous "[PATCH RFC v7 0/9] qemu_thread_create: propagate errors to callers to check." The mentioned patch series have waited on one multifd issue for a while and still needs a further discussion.
Thus separate(send) these five almost-done patches and hope they can be merged for the next tag. Thanks for the review. :) v2: - Update the commit message for patch 1/5, and get one more Reviewed-by. - Get one Reviewed-by for patch 3/5. Fei Li (5): Fix segmentation fault when qemu_signal_init fails qemu_thread_join: fix segmentation fault migration: fix the multifd code when receiving less channels migration: remove unused &local_err parameter in multifd_save_cleanup migration: add more error handling for postcopy_ram_enable_notify migration/channel.c | 11 ++++++----- migration/migration.c | 14 ++++++++------ migration/migration.h | 2 +- migration/postcopy-ram.c | 1 + migration/ram.c | 18 ++++++++++-------- migration/ram.h | 4 ++-- migration/savevm.c | 1 + util/main-loop.c | 8 ++++---- util/qemu-thread-posix.c | 3 +++ util/qemu-thread-win32.c | 2 +- 10 files changed, 37 insertions(+), 27 deletions(-) -- 2.13.7