From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSJB4-0005AQ-7y for qemu-devel@nongnu.org; Thu, 29 Nov 2018 05:04:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSJAz-0004GU-5c for qemu-devel@nongnu.org; Thu, 29 Nov 2018 05:04:10 -0500 Received: from smtp.nue.novell.com ([195.135.221.5]:42541) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gSJAy-0004G5-R4 for qemu-devel@nongnu.org; Thu, 29 Nov 2018 05:04:05 -0500 From: Fei Li Date: Thu, 29 Nov 2018 18:03:35 +0800 Message-Id: <20181129100340.13823-1-fli@suse.com> Subject: [Qemu-devel] [PATCH RFC v2 0/5] fix some segmentation faults and migration issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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